Commit f720f4e5 authored by luhongguang's avatar luhongguang

update:图片兼容

parent 3662b769
......@@ -135,7 +135,7 @@ class ElasticGoodService
$result["list"][$key]["goods_desc_pic_url_list"] = [];
if (!empty($source["_source"]["goods_desc_pic_url"])) {
$ksyun = GoodsService::getUrlList($source["_source"]["goods_desc_pic_url"]);
$ksyun = GoodsService::getUrlList($source["_source"]["goods_desc_pic_url"], 200, 200);
$result["list"][$key]["goods_desc_pic_url_list"] = $ksyun;
}
......
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