From 967ae4bc3ef540b738b61a378b5cffa106f23979 Mon Sep 17 00:00:00 2001 From: jianghanbo Date: Fri, 6 Sep 2024 18:24:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/app/command/SpiderTc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/service/app/command/SpiderTc.php b/service/app/command/SpiderTc.php index ee04067b..f5ff57e6 100644 --- a/service/app/command/SpiderTc.php +++ b/service/app/command/SpiderTc.php @@ -6,6 +6,7 @@ use app\admin\controller\AdminController; use app\model\Admins; use app\model\Blacks; use app\model\Finances; +use app\model\Orders; use app\server\SMS; use app\server\Tongcheng; use stdClass;