uni-app uni.getSetting 支付宝和微信小程序返回值结果不一致

hwamh0ep  于 2021-11-27  发布在  Java
关注(0)|答案(0)|浏览(506)

微信小程序
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 一个没有建议统一

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题