对接活动实况接口;注掉登录接口代码

This commit is contained in:
zhouyanli
2026-04-27 13:38:24 +08:00
parent ae9465cc0e
commit d52cbbd51b
8 changed files with 256 additions and 115 deletions

View File

@@ -54,7 +54,16 @@
"setting" : {
"urlCheck" : false
},
"usingComponents" : true
"usingComponents" : true,
"requiredPrivateInfos": [
"getLocation", // 定位接口(必填)
"chooseLocation" // 如果用到选择位置也加
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于活动地点定位、签到验证等功能"
}
}
},
"mp-alipay" : {
"usingComponents" : true