Commit edf5074c authored by jianghaiming's avatar jianghaiming

update:set

parent a8fffb19
...@@ -1363,7 +1363,7 @@ class GoodsService ...@@ -1363,7 +1363,7 @@ class GoodsService
} else { } else {
$urlRes = Ks3Api::picEncryptUrl($str); $urlRes = Ks3Api::picEncryptUrl($str);
} }
if ($urlRes["response"]["data"]["url"]) { if (!empty($urlRes["response"]["data"]["url"]) && $urlRes["response"]["data"]["url"]) {
$data[] = $urlRes["response"]["data"]["url"]; $data[] = $urlRes["response"]["data"]["url"];
} else { } else {
continue; continue;
......
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