Commit 890113af authored by 顾文旭's avatar 顾文旭

fix 七牛图片获取

parent e10d32b2
...@@ -1764,7 +1764,7 @@ class GoodsService ...@@ -1764,7 +1764,7 @@ class GoodsService
$strList = explode(",", $picUrlStr); $strList = explode(",", $picUrlStr);
foreach ($strList as $key => $str) { foreach ($strList as $key => $str) {
if (!empty($str) && substr($str, 0, 2) != "SHQ") { if (!empty($str) && substr($str, 0, 2) != "SHQ") {
$data[] = "https://pingouimg.jwshq.cn/" . $str; $data[] = "https://pingouimg.jwshq.cn/" . $str. "?url=" . $str;
continue; continue;
} }
$arr = explode("/", $str); $arr = explode("/", $str);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment