微信小程序
uni.getSetting({
success (res) {
console.log(res.authSetting)
// res.authSetting = {
// "scope.userInfo": true,
// "scope.userLocation": true
// }
}
})
支付宝小程序
my.getSetting({
success: (res) => {
/*
- res.authSetting = {
- "location": true,
- "audioRecord": true,
- ...
- }
*/
}
})
一个有scope 一个没有建议统一
暂无答案!
目前还没有任何答案,快来回答吧!