lrf 2 年之前
父节点
当前提交
1c71e7a79e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/controller/util.js

+ 1 - 1
app/controller/util.js

@@ -37,7 +37,7 @@ class UtilController extends Controller {
   }
   }
 
 
   async getGroup() {
   async getGroup() {
-    this.ctx.ok({ data: '弃用' });
+    this.ctx.ok();
   }
   }
 }
 }
 module.exports = CrudController(UtilController, {});
 module.exports = CrudController(UtilController, {});