parent
75c6448f57
commit
abe9ca7018
|
@ -302,6 +302,8 @@ public class PengXinAbilityImpl implements DisposeAbility {
|
|||
ErrorCode err = restfulInterface.getLinkStatus(url, token);
|
||||
|
||||
if (err == ErrorCode.ERR_LOGOUT) {
|
||||
// 重新登录获取 token
|
||||
upgradeToken();
|
||||
err = restfulInterface.getLinkStatus(url, token);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue