From 71c8cee768c3555149ad755afd09bb6ef000490c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E7=8B=BC?= <2468023037@qq.com> Date: Mon, 17 Feb 2025 15:51:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E9=A6=96=E6=AC=A1?= =?UTF-8?q?=E7=BB=91=E5=AE=9A=E6=9F=A5=E8=AF=A2=E7=9A=84=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/TaskController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controller/api/TaskController.php b/app/controller/api/TaskController.php index f7b8fd4..d1b487d 100644 --- a/app/controller/api/TaskController.php +++ b/app/controller/api/TaskController.php @@ -16,6 +16,7 @@ use App\model\Carouselad; use app\model\GetLodeLog; use app\model\UserPhone; use App\model\VipLevel; +use App\model\PhoneLog; use App\Utils\API\SendCode; use App\Utils\ApiResponseApp; use App\dao\UserRewardDao;