From 697aedbbe3b8361fd45b420f0e12296febe4e316 Mon Sep 17 00:00:00 2001 From: xucong <850806214@qq.com> Date: Thu, 8 May 2025 15:42:17 +0800 Subject: [PATCH] =?UTF-8?q?1.=E7=BC=BA=E5=A4=B1=E4=BF=A1=E6=81=AF=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/service/UserServer.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/api/service/UserServer.php b/app/api/service/UserServer.php index 0d63270..ac2544b 100644 --- a/app/api/service/UserServer.php +++ b/app/api/service/UserServer.php @@ -28,12 +28,11 @@ use app\common\model\noticesetting\NoticeSetting; use app\common\model\UserLevel; use app\common\service\storage\Driver as StorageDriver; use app\common\service\UrlServer; -use think\facade\Db; +use think\Db; use think\Exception; use app\common\service\ConfigServer; use think\facade\Hook; - class UserServer {