@@ -18,6 +18,7 @@ class PayController extends Controller {
async callBackPayOrder() {
console.log(this.ctx.request);
+ console.log(this.ctx.request.body);
await this.service.callBackPayOrder(this.body);
this.ctx.ok();
}