main
parent
155b5532da
commit
6afae14b73
|
|
@ -107,7 +107,7 @@ public class AppExchangeCodeController extends BaseController
|
||||||
@RequiresPermissions("app:code:remove")
|
@RequiresPermissions("app:code:remove")
|
||||||
@Log(title = "兑换码", businessType = BusinessType.DELETE)
|
@Log(title = "兑换码", businessType = BusinessType.DELETE)
|
||||||
@DeleteMapping("/{ids}")
|
@DeleteMapping("/{ids}")
|
||||||
public R remove(@PathVariable Long[] ids)
|
public AjaxResult remove(@PathVariable Long[] ids)
|
||||||
{
|
{
|
||||||
return toAjax(appExchangeCodeService.deleteAppExchangeCodeByIds(ids));
|
return toAjax(appExchangeCodeService.deleteAppExchangeCodeByIds(ids));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue