wx.openSetting API文档注释错误
https://mp.weixin.qq.com/debug/wxadoc/dev/api/setting.html#opensettingobject
wx.openSetting({
success: (res) => {
/*
* res = {
* "scope.userInfo": true,
* "scope.userLocation": true
* }
/*
}
})