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

+ 3 - 0
app/controller/dock.js

@@ -38,6 +38,9 @@ class DockController extends Controller {
     this.ctx.ok({ res });
   }
   async getapply() {
+    console.log('----------------------------------this.ctx.request.body');
+    console.log(this.ctx.request.body);
+    console.log(this.ctx.params);
     const res = await this.service.getapply(this.ctx.request.body);
     this.ctx.ok({ res });
   }