cheny 4 년 전
부모
커밋
30b5534925
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      app/controller/dock.js

+ 0 - 3
app/controller/dock.js

@@ -38,9 +38,6 @@ class DockController extends Controller {
     this.ctx.ok({ res });
     this.ctx.ok({ res });
   }
   }
   async getapply() {
   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);
     const res = await this.service.getapply(this.ctx.request.body);
     this.ctx.ok({ res });
     this.ctx.ok({ res });
   }
   }