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 });
   }