no message
This commit is contained in:
parent
14e6a0d19d
commit
0b6492cb2b
|
@ -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/" // 改为自己的
|
||||
}
|
||||
},
|
||||
|
|
|
@ -71,8 +71,7 @@
|
|||
},
|
||||
{
|
||||
"path": "pages/test",
|
||||
"style" :
|
||||
{
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue