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