lrf il y a 2 ans
Parent
commit
1c71e7a79e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/controller/util.js

+ 1 - 1
app/controller/util.js

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