From 0b6492cb2bbbd9d306842670027b2405b9e5a99b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=B1=E5=85=AE?= <3208053815@qq.com> Date: Mon, 22 Apr 2024 16:11:35 +0800 Subject: [PATCH] no message --- manifest.json | 12 +++++++----- pages.json | 9 ++++----- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/manifest.json b/manifest.json index 07609b2..50cba21 100644 --- a/manifest.json +++ b/manifest.json @@ -93,8 +93,10 @@ "sdkConfigs" : { "oauth" : { "weixin" : { - "appid" : "wxe58f2d0fb0800868", // 改为自己的 微信开放平台应用信息 - "appsecret" : "86122c9823f78cdd6304695061d2424f", // 改为自己的 + "appid" : "wx1982b86d4c8997b1", // 改为自己的 微信开放平台应用信息 + + // "appsecret" : "86122c9823f78cdd6304695061d2424f", // 改为自己的 + "appsecret" : "ff8c1ddc42d2dff329050cc51165b45a", // 改为自己的 "UniversalLinks" : "https://testapps.cncnconnect.com/uni-universallinks/__UNI__307A9A7/" // 改为自己的 }, "apple" : {} @@ -114,8 +116,8 @@ }, "payment" : { "weixin" : { - "__platform__" : [ "ios", "android" ], - "appid" : "wxe58f2d0fb0800868", // 改为自己的 + "__platform__" : [ "android" ], + "appid" : "wx1982b86d4c8997b1", // 改为自己的 "UniversalLinks" : "https://testapps.cncnconnect.com/uni-universallinks/__UNI__307A9A7/" // 改为自己的 }, "alipay" : { @@ -124,7 +126,7 @@ }, "share" : { "weixin" : { - "appid" : "wxe58f2d0fb0800868", // 改为自己的 + "appid" : "wx1982b86d4c8997b1", // 改为自己的 "UniversalLinks" : "https://testapps.cncnconnect.com/uni-universallinks/__UNI__307A9A7/" // 改为自己的 } }, diff --git a/pages.json b/pages.json index 4cf9bfa..38244d4 100644 --- a/pages.json +++ b/pages.json @@ -70,11 +70,10 @@ } }, { - "path" : "pages/test", - "style" : - { - "navigationBarTitleText" : "", - "enablePullDownRefresh" : false + "path": "pages/test", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false } } //#endif