修改导出面板

This commit is contained in:
2023-10-19 00:21:39 +08:00
parent e616dba737
commit aed08bc7a1
2 changed files with 86 additions and 38 deletions

View File

@@ -102,7 +102,7 @@ class Common extends BaseController
$cache_key = 'user_uid_' . $uid;
$user_info = Cache::get($cache_key);
if (is_null($user_info)) {
if (empty($user_info)) {
// 实例化客户端,传入相关参数
$user_hub_client = new Client([
'key' => get_system_config('user_hub_key'),