This commit is contained in:
cjl520cy 2026-04-09 17:48:42 +08:00
parent 32dd0a94d2
commit 81f455dcf5
4 changed files with 11 additions and 10 deletions

View File

@ -6,7 +6,8 @@
"type" : "uni-app:app-ios" "type" : "uni-app:app-ios"
}, },
{ {
"playground" : "custom", "customPlaygroundType" : "device",
"playground" : "standard",
"type" : "uni-app:app-android" "type" : "uni-app:app-android"
} }
] ]

View File

@ -3,7 +3,7 @@
"apps": [], "apps": [],
"details": [ "details": [
{ {
"appID": "wx5b1c0c8d01ded35d", "appID": "wx17eef65c270b4869",
"paths": ["*"] "paths": ["*"]
} }
] ]

View File

@ -107,8 +107,8 @@
"payment" : { "payment" : {
"weixin" : { "weixin" : {
"__platform__" : [ "ios", "android" ], "__platform__" : [ "ios", "android" ],
"appid" : "wx2381a791a52a402d", "appid" : "wx17eef65c270b4869",
"UniversalLinks" : "https://app.mrrweb.com.cn/" "UniversalLinks" : "https://api.mrrwlkj.top/"
}, },
"appleiap" : {}, "appleiap" : {},
"alipay" : { "alipay" : {
@ -117,8 +117,8 @@
}, },
"share" : { "share" : {
"weixin" : { "weixin" : {
"appid" : "wx2381a791a52a402d", "appid" : "wx17eef65c270b4869",
"UniversalLinks" : "https://app.mrrweb.com.cn/" "UniversalLinks" : "https://api.mrrwlkj.top/"
} }
}, },
"geolocation" : { "geolocation" : {
@ -134,8 +134,8 @@
}, },
"oauth" : { "oauth" : {
"weixin" : { "weixin" : {
"appid" : "wx2381a791a52a402d", "appid" : "wx17eef65c270b4869",
"UniversalLinks" : "https://app.mrrweb.com.cn/" "UniversalLinks" : "https://api.mrrwlkj.top/"
} }
} }
}, },
@ -197,7 +197,7 @@
"quickapp" : {}, "quickapp" : {},
/* */ /* */
"mp-weixin" : { "mp-weixin" : {
"appid" : "wxb486b10a60d2c78d", "appid" : "wx17eef65c270b4869",
"privacy" : { "privacy" : {
"requiredPrivateInfos" : [ "getBackgroundFetchData" ] "requiredPrivateInfos" : [ "getBackgroundFetchData" ]
}, },

View File

@ -567,7 +567,7 @@
this.serviceTypes = this.serviceTypes.concat(firstclass.data); this.serviceTypes = this.serviceTypes.concat(firstclass.data);
await request await request
.post("/user/serverdetail", { .post("/sj/servers/detail", {
id: this.formData.id id: this.formData.id
}) })
.then((res) => { .then((res) => {