lrf %!s(int64=2) %!d(string=hai) anos
pai
achega
437f10ba79
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/service/business/payOrder.js

+ 1 - 1
app/service/business/payOrder.js

@@ -132,7 +132,7 @@ class PayOrderService extends CrudService {
   async toPayNative(body) {
     body = await this.beforeCreate(body);
     const data = await this.model.create(body);
-    const qrcode = await this.payService.createNative({ ...body });
+    const qrcode = await this.payService.createNative({ ...body, notice_url: '/newCourt/v2/api/payOrder/nativeReturn' });
     return qrcode;
   }
   // 二维码扫码回调