Browse Source

h5支付: v2

John-Hong 2 years ago
parent
commit
08ff998a10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/parkingFee/parkingFeeDetail.vue

+ 1 - 1
src/pages/parkingFee/parkingFeeDetail.vue

@@ -1817,7 +1817,7 @@ export default {
     // 嘉里第三方支付接口
     kerryPayment(session = '011cad54-735f-4e92-8f1b-f22bdfe073cd', payParams) {
       const platform = getPlatform();
-      let appId = 'wx92c3e55fbef6b2af';
+      let appId = 'wxd830fe4d1e04988e';
       let openId = uni.getStorageSync('openid') || this.openid;
       if (platform === 'miniprogram') {
         appId = 'wx92c3e55fbef6b2af';