工作台 - 通讯录导入功能
This commit is contained in:
@@ -375,6 +375,7 @@ if (!function_exists('handleApiResponse')) {
|
||||
return $decoded;
|
||||
}
|
||||
|
||||
|
||||
// 不是JSON格式,直接返回原始数据
|
||||
if($response == '无效路径或登录状态失效'){
|
||||
Cache::rm('system_refresh_token');
|
||||
@@ -382,7 +383,7 @@ if (!function_exists('handleApiResponse')) {
|
||||
//AuthService::getSystemAuthorization();
|
||||
}
|
||||
|
||||
return $decoded;
|
||||
return $response;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user