...
|
...
|
@@ -17,7 +17,7 @@ module.exports = class extends global.yoho.BaseModel { |
|
|
order_code: order.order_code,
|
|
|
payment_code: info.id,
|
|
|
uid: user.uid,
|
|
|
front_url: info.protocol + ':' + helpers.urlFormat('/shopping/newpay/callback/unionpay')
|
|
|
front_url: 'https:' + helpers.urlFormat('/shopping/newpay/callback/unionpay')
|
|
|
};
|
|
|
|
|
|
return this.get({
|
...
|
...
|
|