lrf 2 years ago
parent
commit
29b721fab8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/controller/trade/pay.js

+ 1 - 0
app/controller/trade/pay.js

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