mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-11-29 18:39:16 +08:00
商品二维码放到临时目
This commit is contained in:
parent
37947f6001
commit
5a4bf304c0
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user