当我尝试使用此代码从服务器获取访问令牌时出现以下错误。
WLAuthorizationManager.obtainAccessToken()
.then(
function (accessToken) {
console.log("accessToken ", accessToken);
},
function (error) {
console.log("error ", error);
});
错误
{
"responseHeaders":{},
"status":200,
"responseText":"undefined",
"errorCode":"UNRESPONSIVE_HOST",
"errorMsg":"unresponsive host"
}
通常当我获得访问令牌时,会收到软更新,但由于此错误,现在没有收到软更新。任何人都可以帮忙吗?