lrf 2 năm trước cách đây
mục cha
commit
29b721fab8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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();
   }