mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-04 00:24:29 +08:00
修改导出面板
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user