From 5a4bf304c0f696d8dcded6421eaeb8d43689b90a Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Sun, 27 Aug 2023 23:25:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E4=BA=8C=E7=BB=B4=E7=A0=81?= =?UTF-8?q?=E6=94=BE=E5=88=B0=E4=B8=B4=E6=97=B6=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/service/GoodsService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/service/GoodsService.php b/app/service/GoodsService.php index f4225be99..c232eba44 100755 --- a/app/service/GoodsService.php +++ b/app/service/GoodsService.php @@ -2869,7 +2869,7 @@ class GoodsService } // 自定义路径 - $path = 'static'.DS.'upload'.DS.'images'.DS.'goods_qrcode'.DS.APPLICATION_CLIENT_TYPE.DS.date('Y', $add_time).DS.date('m', $add_time).DS.date('d', $add_time).DS; + $path = 'download'.DS.'goods_qrcode'.DS.APPLICATION_CLIENT_TYPE.DS.date('Y', $add_time).DS.date('m', $add_time).DS.date('d', $add_time).DS; // 名称增加站点模式(站点模式不一样商品url地址也会不一样) $filename = $goods_id.SystemBaseService::SiteTypeValue().'.png';