代码优化

This commit is contained in:
wong
2025-07-08 14:43:19 +08:00
parent e574a0696e
commit 4b649a0716
2 changed files with 6 additions and 2 deletions

View File

@@ -67,6 +67,10 @@ if (!function_exists('requestCurl')) {
$str = '';
}
}
if ($str == '无效路径或登录状态失效'){
Cache::rm('system_authorization_token');
Cache::rm('system_refresh_token');
}
return $str;
}
}