diff --git a/src/components/orderPay.vue b/src/components/orderPay.vue index e3d9f35..716ede7 100644 --- a/src/components/orderPay.vue +++ b/src/components/orderPay.vue @@ -121,11 +121,11 @@ export default { var aliParams = {}; aliParams.orderId = this.orderId; aliParams.carNumber = this.carNumber; - aliParams.payType = 1;// 1:支付宝 2:微信 3:银联 10:H5 4微信公众号 - aliParams.terminalSource = 7;//请求端来源 1: 任你停 2:pda 3:微信公共号 7:H5扫码 10页面支付 + aliParams.payType = '1';// 1:支付宝 2:微信 3:银联 10:H5 4微信公众号 + aliParams.terminalSource = '3';//请求端来源 1: 任你停 2:pda 3:微信公共号 7:H5扫码 10页面支付 aliParams.paySrcType = this.paySrcType;//101停车支付 aliParams.orgId = this.$utils.myOrgId, - aliParams.backType = 2, + aliParams.backType = '2', aliParams.recordArreaInfos = JSON.stringify(this.orderId); console.log(aliParams) aliPay(aliParams).then(response => { @@ -145,7 +145,7 @@ export default { bankabcParams.orderId = this.orderId; bankabcParams.carNumber = this.carNumber; bankabcParams.payType = 34;// 1:支付宝 2:微信 3:银联 10:H5 4微信公众号 34 农行 - bankabcParams.terminalSource = 7;//请求端来源 1: 任你停 2:pda 3:微信公共号 7:H5扫码 10页面支付 + bankabcParams.terminalSource = 3;//请求端来源 1: 任你停 2:pda 3:微信公共号 7:H5扫码 10页面支付 bankabcParams.paySrcType = this.paySrcType;//101停车支付 bankabcParams.orgId = this.$utils.myOrgId, bankabcParams.backType = 2, @@ -239,7 +239,7 @@ export default { wxParams.backType = 2, wxParams.orgId = this.$utils.myOrgId, wxParams.payType = 4;// 1:支付宝 2:微信 3:银联 10:H5 4微信公众号 - wxParams.terminalSource = 7;//请求端来源 1: 任你停 2:pda 3:微信公共号 7:H5扫码 10页面支付 + wxParams.terminalSource = 3;//请求端来源 1: 任你停 2:pda 3:微信公共号 7:H5扫码 10页面支付 wxParams.carNumber = this.carNumber; wxParams.paySrcType = this.paySrcType;//101停车支付 wxParams.recordArreaInfos = JSON.stringify(orderIdData); @@ -293,7 +293,7 @@ export default { pageNum: 1, pageSize: 10000, parkState: 10, - terminalSource: 7, + terminalSource: 3, carNumber: me.carNumber, app_id: me.$utils.myVarAppid, deviceInfo: me.$utils.myDeviceInfo, diff --git a/src/components/parkRecord.vue b/src/components/parkRecord.vue index db2dd58..d20ce98 100644 --- a/src/components/parkRecord.vue +++ b/src/components/parkRecord.vue @@ -181,13 +181,13 @@ export default { deviceInfo: this.$utils.myDeviceInfo, salt: salt, sign_type: "md5", - pageNum: 1, - pageSize: 1000, - parkState: 10, - terminalSource: 7, + pageNum: '1', + pageSize: '1000', + parkState: '10', + terminalSource: '3', carNumber: this.carNumber, - carNumberColor: this.carColor, - orgId: this.$utils.myOrgId + // carNumberColor: this.carColor, + // orgId: this.$utils.myOrgId } jsondata.sign = this.$utils.signObject(jsondata) @@ -292,7 +292,7 @@ export default { payType: this.$utils.clientBrowsePayType(), appId: this.$utils.myVxAppId, orderId: i.orderId, - terminalSource: '7', + terminalSource: '3', parkCode: i.parkCode, carNumber: this.carNumber, } @@ -346,7 +346,7 @@ export default { sign_type: "md5", appId: this.$utils.myVxAppId, orderIds: list, - terminalSource: '7', + terminalSource: '3', payType: this.$utils.clientBrowsePayType(), orgId: this.$utils.myOrgId, } diff --git a/src/components/plateNumber.vue b/src/components/plateNumber.vue index ccd7fd8..8b67788 100644 --- a/src/components/plateNumber.vue +++ b/src/components/plateNumber.vue @@ -57,6 +57,10 @@