lrf %!s(int64=2) %!d(string=hai) anos
pai
achega
1c71e7a79e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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, {});