linhw 2024-04-29 13:14:58 +08:00
parent 155b5532da
commit 6afae14b73
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ public class AppExchangeCodeController extends BaseController
@RequiresPermissions("app:code:remove")
@Log(title = "兑换码", businessType = BusinessType.DELETE)
@DeleteMapping("/{ids}")
public R remove(@PathVariable Long[] ids)
public AjaxResult remove(@PathVariable Long[] ids)
{
return toAjax(appExchangeCodeService.deleteAppExchangeCodeByIds(ids));
}