lrf 2 年之前
父節點
當前提交
437f10ba79
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
   }
   // 二维码扫码回调