Browse Source

修复app.json配置:添加requiredPrivateInfos字段以声明getLocation隐私接口

pull/1/head
SwTt29 2 months ago
parent
commit
b207befc11
  1. 5
      app.json

5
app.json

@ -88,5 +88,8 @@
"scope.userLocation": {
"desc": "您的位置信息将用于提供本地化服务"
}
}
},
"requiredPrivateInfos": [
"getLocation"
]
}
Loading…
Cancel
Save