This commit is contained in:
parent
32dd0a94d2
commit
81f455dcf5
|
|
@ -6,7 +6,8 @@
|
|||
"type" : "uni-app:app-ios"
|
||||
},
|
||||
{
|
||||
"playground" : "custom",
|
||||
"customPlaygroundType" : "device",
|
||||
"playground" : "standard",
|
||||
"type" : "uni-app:app-android"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"apps": [],
|
||||
"details": [
|
||||
{
|
||||
"appID": "wx5b1c0c8d01ded35d",
|
||||
"appID": "wx17eef65c270b4869",
|
||||
"paths": ["*"]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -107,8 +107,8 @@
|
|||
"payment" : {
|
||||
"weixin" : {
|
||||
"__platform__" : [ "ios", "android" ],
|
||||
"appid" : "wx2381a791a52a402d",
|
||||
"UniversalLinks" : "https://app.mrrweb.com.cn/"
|
||||
"appid" : "wx17eef65c270b4869",
|
||||
"UniversalLinks" : "https://api.mrrwlkj.top/"
|
||||
},
|
||||
"appleiap" : {},
|
||||
"alipay" : {
|
||||
|
|
@ -117,8 +117,8 @@
|
|||
},
|
||||
"share" : {
|
||||
"weixin" : {
|
||||
"appid" : "wx2381a791a52a402d",
|
||||
"UniversalLinks" : "https://app.mrrweb.com.cn/"
|
||||
"appid" : "wx17eef65c270b4869",
|
||||
"UniversalLinks" : "https://api.mrrwlkj.top/"
|
||||
}
|
||||
},
|
||||
"geolocation" : {
|
||||
|
|
@ -134,8 +134,8 @@
|
|||
},
|
||||
"oauth" : {
|
||||
"weixin" : {
|
||||
"appid" : "wx2381a791a52a402d",
|
||||
"UniversalLinks" : "https://app.mrrweb.com.cn/"
|
||||
"appid" : "wx17eef65c270b4869",
|
||||
"UniversalLinks" : "https://api.mrrwlkj.top/"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -197,7 +197,7 @@
|
|||
"quickapp" : {},
|
||||
/* 小程序特有相关 */
|
||||
"mp-weixin" : {
|
||||
"appid" : "wxb486b10a60d2c78d",
|
||||
"appid" : "wx17eef65c270b4869",
|
||||
"privacy" : {
|
||||
"requiredPrivateInfos" : [ "getBackgroundFetchData" ]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -567,7 +567,7 @@
|
|||
this.serviceTypes = this.serviceTypes.concat(firstclass.data);
|
||||
|
||||
await request
|
||||
.post("/user/serverdetail", {
|
||||
.post("/sj/servers/detail", {
|
||||
id: this.formData.id
|
||||
})
|
||||
.then((res) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue