|
|
|
@ -218,7 +218,8 @@ |
|
|
|
|
const obj = { |
|
|
|
|
channelCode: val==1?'wx_bar':val==2?'alipay_bar':'union_qr', |
|
|
|
|
channelExtras: { |
|
|
|
|
authCode: resposon.result |
|
|
|
|
authCode: resposon.result, |
|
|
|
|
auth_code: resposon.result, |
|
|
|
|
}, |
|
|
|
|
id: that.orderDetail.orderInfo.belongingPayOrderId, |
|
|
|
|
returnUrl: '' |
|
|
|
|