lrf 2 年之前
父節點
當前提交
29b721fab8
共有 1 個文件被更改,包括 1 次插入0 次删除
  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();
   }