|
|
@@ -83,11 +83,11 @@ public class FeishuAccountController extends BaseController {
|
|
|
/**
|
|
|
* 删除账号(支持批量)
|
|
|
*/
|
|
|
- @Log(title = "飞书应用账号", businessType = BusinessType.DELETE)
|
|
|
- @DeleteMapping("/{ids}")
|
|
|
- public AjaxResult remove(@PathVariable Long[] ids) {
|
|
|
- return toAjax(feishuAccountService.deleteFeishuAccountByIds(ids));
|
|
|
- }
|
|
|
+// @Log(title = "飞书应用账号", businessType = BusinessType.DELETE)
|
|
|
+// @DeleteMapping("/{ids}")
|
|
|
+// public AjaxResult remove(@PathVariable Long[] ids) {
|
|
|
+// return toAjax(feishuAccountService.deleteFeishuAccountByIds(ids));
|
|
|
+// }
|
|
|
|
|
|
/**
|
|
|
* 修改状态(启用/禁用)
|