Commit 4e3fc8e383d58fc6427b6c0ce90b1ff3deaca5fd
1 parent
2c31a41c
payType 34
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/dynCodePay.vue
... | ... | @@ -161,7 +161,7 @@ export default { |
161 | 161 | var bankabcParams = {}; |
162 | 162 | bankabcParams.orderId = this.orderId; |
163 | 163 | bankabcParams.carNumber = this.carNumber; |
164 | - bankabcParams.payType = 1;// 1:支付宝 2:微信 3:银联 10:H5 4微信公众号 | |
164 | + bankabcParams.payType = 34;// 1:支付宝 2:微信 3:银联 10:H5 4微信公众号 | |
165 | 165 | bankabcParams.terminalSource = 7;//请求端来源 1: 任你停 2:pda 3:微信公共号 7:H5扫码 10页面支付 |
166 | 166 | bankabcParams.paySrcType = this.paySrcType;//101停车支付 |
167 | 167 | bankabcParams.orgId = this.$utils.myOrgId, | ... | ... |