cheny 4 年之前
父节点
当前提交
5a79465013
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      app/controller/dock.js

+ 4 - 0
app/controller/dock.js

@@ -37,6 +37,10 @@ class DockController extends Controller {
     const res = await this.service.getdock(this.ctx.params);
     this.ctx.ok({ res });
   }
+  async getapply() {
+    const res = await this.service.getapply(this.ctx.params);
+    this.ctx.ok({ res });
+  }
 
   async getdockByopenid() {
     const res = await this.service.getdockByopenid(this.ctx.query);