lrf %!s(int64=2) %!d(string=hai) anos
pai
achega
29b721fab8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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() {
   async callBackPayOrder() {
     console.log(this.ctx.request);
     console.log(this.ctx.request);
+    console.log(this.ctx.request.body);
     await this.service.callBackPayOrder(this.body);
     await this.service.callBackPayOrder(this.body);
     this.ctx.ok();
     this.ctx.ok();
   }
   }