|
|
@@ -63,14 +63,16 @@
|
|
|
},
|
|
|
"oauth" : {
|
|
|
"weixin" : {
|
|
|
- "appid" : "wxa72f643173a90106",
|
|
|
+ // "appid" : "wxa72f643173a90106",//测试
|
|
|
+ "appid" : "wx9dc677bd41e82569",//正式
|
|
|
"UniversalLinks" : ""
|
|
|
}
|
|
|
},
|
|
|
"payment" : {
|
|
|
"weixin" : {
|
|
|
"__platform__" : [ "ios", "android" ],
|
|
|
- "appid" : "wxa72f643173a90106",
|
|
|
+ // "appid" : "wxa72f643173a90106",//测试
|
|
|
+ "appid" : "wx9dc677bd41e82569",//正式
|
|
|
"UniversalLinks" : ""
|
|
|
}
|
|
|
}
|
|
|
@@ -81,7 +83,8 @@
|
|
|
"quickapp" : {},
|
|
|
/* 小程序特有相关 */
|
|
|
"mp-weixin" : {
|
|
|
- "appid" : "wxa72f643173a90106",
|
|
|
+ // "appid" : "wxa72f643173a90106",//测试
|
|
|
+ "appid" : "wx9dc677bd41e82569",//正式
|
|
|
"setting" : {
|
|
|
"urlCheck" : false,
|
|
|
"es6" : true
|