From 23beaa7ff3a38f914c44cea7c2d7bb0d53777881 Mon Sep 17 00:00:00 2001 From: xucong <850806214@qq.com> Date: Fri, 16 May 2025 13:39:36 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=8F=90=E4=BA=A4=E7=BC=BA=E5=A4=B1=E7=9A=84?= =?UTF-8?q?=E4=B8=9C=E8=A5=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/model/GoodsImage.php | 2 +- app/api/model/GoodsItem.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/api/model/GoodsImage.php b/app/api/model/GoodsImage.php index 50afbee..a82b396 100644 --- a/app/api/model/GoodsImage.php +++ b/app/api/model/GoodsImage.php @@ -17,7 +17,7 @@ // | author: likeshop.cn.team // +---------------------------------------------------------------------- namespace app\api\model; -use app\common\server\UrlServer; +use app\common\service\UrlServer; use think\Model; class GoodsImage extends Model{ diff --git a/app/api/model/GoodsItem.php b/app/api/model/GoodsItem.php index fc5f5c4..d90c08c 100644 --- a/app/api/model/GoodsItem.php +++ b/app/api/model/GoodsItem.php @@ -17,7 +17,7 @@ // | author: likeshop.cn.team // +---------------------------------------------------------------------- namespace app\api\model; -use app\common\server\UrlServer; +use app\common\service\UrlServer; use think\Model; class GoodsItem extends Model {