From 3fd9a6ccba0f590487d307fdd2cfb1fcf026c3aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Thu, 15 May 2025 22:56:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/controller/Account.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/api/controller/Account.php b/app/api/controller/Account.php index 41330f3..ae57d80 100644 --- a/app/api/controller/Account.php +++ b/app/api/controller/Account.php @@ -47,6 +47,7 @@ class Account //获取传递的数据 $data = $_GET; $apikey = $data['apikey']; + $user_model = new User; $user_info = $user_model->getOne(['apikey'=>$apikey]); if (empty($user_info)){ $return_data = [