|
@@ -38,6 +38,9 @@ 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 });
|
|
}
|
|
}
|