REM:
1. 修正鹏信设备获取链接状态没有更新token
This commit is contained in:
HuangXin 2020-10-13 16:43:18 +08:00
parent 75c6448f57
commit abe9ca7018
1 changed files with 2 additions and 0 deletions

View File

@ -302,6 +302,8 @@ public class PengXinAbilityImpl implements DisposeAbility {
ErrorCode err = restfulInterface.getLinkStatus(url, token); ErrorCode err = restfulInterface.getLinkStatus(url, token);
if (err == ErrorCode.ERR_LOGOUT) { if (err == ErrorCode.ERR_LOGOUT) {
// 重新登录获取 token
upgradeToken();
err = restfulInterface.getLinkStatus(url, token); err = restfulInterface.getLinkStatus(url, token);
} }