pull/12/head
caolc 1 year ago
parent 20725ea756
commit 0649c17512
  1. 7
      BagStation/pages/makeOrder/orderPaying.vue
  2. 2
      manifest.json

@ -285,7 +285,7 @@
this.cooling = true
setTimeout(() => {
this.cooling = false
}, 5000)
}, 5000);
if (this.activePay == 0) {
this.selfCardPay()
} else if (this.activePay == 2) {
@ -315,7 +315,8 @@
payCode: 'WECHAT_ORDER_PAY_WECHAT', //APPWECHAT_ORDER_PAY_APP
orderId: this.order.orderSerialNumber,
payClient: 'XOIL_DRIVER_WECHAT_APPLET', //"XOIL_DRIVER_ANDROID
userIp: (this.userIp?this.userIp:"36.57.160.59")
userIp: (this.userIp?this.userIp:"36.57.160.59"),
merchantNo:10089145264
}
oilPayApi.aggregatePay(payData).then(res => {
@ -391,7 +392,7 @@
"orderSerialNumber": this.order.orderSerialNumber, //String
"payChannel": "BALANCE_PAYMENT", //String BALANCE_PAYMENT
"orderMethod": "CUSTOMER_ACTIVE", //String CUSTOMER_ACTIVE
"createSource": "XOIL_DRIVER_WECHAT_APPLET"
"createSource": "XOIL_DRIVER_WECHAT_APPLET",
}
oilOrderApi.payOrder(payData).then(res => {
if (res.code == 20000) {

@ -1,6 +1,6 @@
{
"name" : "XiaoXing",
"appid" : "__UNI__EA8D131",
"appid" : "__UNI__62FBBA8",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",

Loading…
Cancel
Save