工作台 - 通讯录导入功能

This commit is contained in:
wong
2025-09-10 11:43:47 +08:00
parent 2c7d90e49d
commit 4385995742
6 changed files with 213 additions and 9 deletions

View File

@@ -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;
}
}