From 3831baa37a1bab8b3224859c1d16fdac3e827a25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Wed, 24 Dec 2025 17:11:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E7=BC=93=E5=AD=98=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/User.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/api/model/User.php b/application/api/model/User.php index 9ff91014..3e853c0e 100644 --- a/application/api/model/User.php +++ b/application/api/model/User.php @@ -193,6 +193,7 @@ class User extends Model //先从缓存中获取 $cache_key = 'user_base_info_'.$uid; $user_info = json_decode(Cache::get($cache_key)); + var_dump($user_info);die; if(!$user_info){ $user_info = db::name('user')