Loading src/Tools/Drawer.php +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ class Drawer public function downLoadImgWebpChannel($url, $path = '') { //如果shopify 去掉版本号 if (strpos($url, 'cdn.shopify.com') !== false) { if (strpos($url, 'shopify') !== false) { $url = substr($url, 0, strpos($url, '?v=')); } $savePath = $this->rootPath . '/download/images/' . ($path ? $path . '/' : $this->savePath); Loading Loading
src/Tools/Drawer.php +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ class Drawer public function downLoadImgWebpChannel($url, $path = '') { //如果shopify 去掉版本号 if (strpos($url, 'cdn.shopify.com') !== false) { if (strpos($url, 'shopify') !== false) { $url = substr($url, 0, strpos($url, '?v=')); } $savePath = $this->rootPath . '/download/images/' . ($path ? $path . '/' : $this->savePath); Loading