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 {