cheny %!s(int64=4) %!d(string=hai) anos
pai
achega
04fe43287b
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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 });
   }