diff --git a/manifest.json b/manifest.json index 889138cc..6cb1e560 100644 --- a/manifest.json +++ b/manifest.json @@ -57,7 +57,7 @@ }, "oauth" : { "weixin" : { - "appid" : "wxb4018c78fa143450", + "appid" : "wx1addb25675dd8e70", "UniversalLinks" : "" } } @@ -68,7 +68,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wxb4018c78fa143450", + "appid" : "wx1addb25675dd8e70", "setting" : { "urlCheck" : false }, diff --git a/packages/localLife/pay/index.vue b/packages/localLife/pay/index.vue index c9734444..ee40d85e 100644 --- a/packages/localLife/pay/index.vue +++ b/packages/localLife/pay/index.vue @@ -212,8 +212,8 @@ export default { url: 'https://api.weixin.qq.com/cgi-bin/token', data: { grant_type: 'client_credential', - appid: "wxb4018c78fa143450", - secret: "82a3471a28fcbfe27d8eb4397b60069b" + appid: "wx1addb25675dd8e70", + secret: "1c153a91d0558b4c3834a4399ebc7496" }, header: { // 'custom-header': 'hello' //自定义请求头信息 diff --git a/packages/localLife/payInfo/index.vue b/packages/localLife/payInfo/index.vue index 1c3b7a3a..6d047cfe 100644 --- a/packages/localLife/payInfo/index.vue +++ b/packages/localLife/payInfo/index.vue @@ -1,54 +1,55 @@