|
@@ -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;
|
|
|
}
|
|
|
// 二维码扫码回调
|