Sfoglia il codice sorgente

Merge branch 'dev'

lrf 2 anni fa
parent
commit
5c784fa3f0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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, {});