123
This commit is contained in:
@@ -82,8 +82,7 @@ public class PayConfigController extends BaseController {
|
|||||||
@SaCheckPermission("cai:payConfig:remove")
|
@SaCheckPermission("cai:payConfig:remove")
|
||||||
@Log(title = "支付配置", businessType = BusinessType.DELETE)
|
@Log(title = "支付配置", businessType = BusinessType.DELETE)
|
||||||
@DeleteMapping("/{id}")
|
@DeleteMapping("/{id}")
|
||||||
public R<Void> remove(@NotEmpty(message = "主键不能为空")
|
public R<Void> remove(@NotNull(message = "主键不能为空") @PathVariable Long id) {
|
||||||
@PathVariable Long id) {
|
|
||||||
return toAjax(payConfigService.deletePayConfig(id));
|
return toAjax(payConfigService.deletePayConfig(id));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user