APPID: wx97177c2e34a7a27d
隐私协议完成更新一天了,在小游戏主页更多资料内已经看到更新到了 “开发者收集你的游戏社区数据” 相关内容更新并提交审核
wx.getPrivacySetting接口返回:
errMsg: "getPrivacySetting:ok"
needAuthorization: false
但是 wx.getGameClubData返回报错:
errMsg: "getGameClubData:fail api scope is not declared in the privacy agreement"
errno: 112
wx.authorize返回结果如下:
wx.authorize({
scope: 'scope.gameClubData',
success (authRes) {
console.log('wx.authorize====', authRes)
},
})
返回
authRes-fail====
{
errMsg: "authorize:fail api scope is not declared in the privacy agreement"
errno: 112
}
mp后台提交隐私协议更新超过3次,权限并未能获取到,还望 大大们帮忙看看,具体操作代码详见代码段