
微信小程序一直提示 接口无权限,但是我的项目中并没有使用这两个、
```html
"style": "v2",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents",
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序定位"
}
},
"requiredPrivateInfos": [
"chooseLocation"
]
```