This commit is contained in:
caoliancun
2023-02-19 23:08:47 +08:00
parent 8ca3069737
commit 2906f19e0a
5 changed files with 11 additions and 28 deletions

View File

@@ -89,6 +89,10 @@
}
}
},
created() {
},
methods: {
tabSelect(e) {
this.TabCur = e.currentTarget.dataset.id;

View File

@@ -316,7 +316,7 @@
orderId: this.order.orderSerialNumber,
payClient: 'XOIL_DRIVER_WECHAT_APPLET', //"支付端。安卓XOIL_DRIVER_ANDROID小程序
userIp: (this.userIp?this.userIp:"36.57.160.59") ,
merchantNo:'10088997357'
merchantNo:'10089027856'
}
oilPayApi.aggregatePay(payData).then(res => {
@@ -393,7 +393,7 @@
"payChannel": "BALANCE_PAYMENT", //类型String 必有字段 备注支付渠道BALANCE_PAYMENT余额支付
"orderMethod": "CUSTOMER_ACTIVE", //类型String 必有字段 备注订单产生方式CUSTOMER_ACTIVE客户扫码支付客户扫描油站二维码完成支付
"createSource": "XOIL_DRIVER_WECHAT_APPLET",
merchantNo: '10088997357',
merchantNo: '10089027856',
}
oilOrderApi.payOrder(payData).then(res => {
if (res.code == 20000) {