Skip to content

Commit

Permalink
Update app.json
Browse files Browse the repository at this point in the history
腾讯要求2022年7月14日后上传的小程序必须在根目录app.json里声明位置定位等回调
  • Loading branch information
zhrrobert committed Jul 31, 2022
1 parent c465515 commit 779538e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,5 +217,10 @@
"requiredBackgroundModes": [
"audio"
],
"usingShopPlugin": true
"usingShopPlugin": true,
"requiredPrivateInfos": [
"chooseAddress",
"chooseLocation",
"getLocation"
]
}

0 comments on commit 779538e

Please sign in to comment.