no message
This commit is contained in:
parent
14e6a0d19d
commit
0b6492cb2b
|
@ -93,8 +93,10 @@
|
||||||
"sdkConfigs" : {
|
"sdkConfigs" : {
|
||||||
"oauth" : {
|
"oauth" : {
|
||||||
"weixin" : {
|
"weixin" : {
|
||||||
"appid" : "wxe58f2d0fb0800868", // 改为自己的 微信开放平台应用信息
|
"appid" : "wx1982b86d4c8997b1", // 改为自己的 微信开放平台应用信息
|
||||||
"appsecret" : "86122c9823f78cdd6304695061d2424f", // 改为自己的
|
|
||||||
|
// "appsecret" : "86122c9823f78cdd6304695061d2424f", // 改为自己的
|
||||||
|
"appsecret" : "ff8c1ddc42d2dff329050cc51165b45a", // 改为自己的
|
||||||
"UniversalLinks" : "https://testapps.cncnconnect.com/uni-universallinks/__UNI__307A9A7/" // 改为自己的
|
"UniversalLinks" : "https://testapps.cncnconnect.com/uni-universallinks/__UNI__307A9A7/" // 改为自己的
|
||||||
},
|
},
|
||||||
"apple" : {}
|
"apple" : {}
|
||||||
|
@ -114,8 +116,8 @@
|
||||||
},
|
},
|
||||||
"payment" : {
|
"payment" : {
|
||||||
"weixin" : {
|
"weixin" : {
|
||||||
"__platform__" : [ "ios", "android" ],
|
"__platform__" : [ "android" ],
|
||||||
"appid" : "wxe58f2d0fb0800868", // 改为自己的
|
"appid" : "wx1982b86d4c8997b1", // 改为自己的
|
||||||
"UniversalLinks" : "https://testapps.cncnconnect.com/uni-universallinks/__UNI__307A9A7/" // 改为自己的
|
"UniversalLinks" : "https://testapps.cncnconnect.com/uni-universallinks/__UNI__307A9A7/" // 改为自己的
|
||||||
},
|
},
|
||||||
"alipay" : {
|
"alipay" : {
|
||||||
|
@ -124,7 +126,7 @@
|
||||||
},
|
},
|
||||||
"share" : {
|
"share" : {
|
||||||
"weixin" : {
|
"weixin" : {
|
||||||
"appid" : "wxe58f2d0fb0800868", // 改为自己的
|
"appid" : "wx1982b86d4c8997b1", // 改为自己的
|
||||||
"UniversalLinks" : "https://testapps.cncnconnect.com/uni-universallinks/__UNI__307A9A7/" // 改为自己的
|
"UniversalLinks" : "https://testapps.cncnconnect.com/uni-universallinks/__UNI__307A9A7/" // 改为自己的
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -71,8 +71,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/test",
|
"path": "pages/test",
|
||||||
"style" :
|
"style": {
|
||||||
{
|
|
||||||
"navigationBarTitleText": "",
|
"navigationBarTitleText": "",
|
||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue