机型OPPOA11 快应用调试器V1143 在调用 account.authorize时候返回handling fail, code = 2020011, errorMsg=Unauthorized client.[2020011] 如何解决? 代码同官方文档 account.authorize({ type: 'code', redirectUri: 'http://www.example.com', success: function (data) { console.log(`22handling success: ${data.code}`) }, fail: function (data, code) { console.log(`22handling fail, code = ${code}, errorMsg=${data}`) } }) |