Commit 7ed04d8a authored by luhongguang's avatar luhongguang

update:分享图片

parent ac6701ee
...@@ -453,7 +453,7 @@ class MarketingPindanGoodsService ...@@ -453,7 +453,7 @@ class MarketingPindanGoodsService
$strList = explode(",", $sku["desc_pic_url"]); $strList = explode(",", $sku["desc_pic_url"]);
$shareStr = $strList[0]; $shareStr = $strList[0];
$shareRes = Ks3Api::picEncryptUrl($shareStr, 500, 600); $shareRes = Ks3Api::picEncryptUrl($shareStr, 500, 400);
$shareUrl = empty($shareRes["response"]["data"]["url"]) ? "" : $shareRes["response"]["data"]["url"]; $shareUrl = empty($shareRes["response"]["data"]["url"]) ? "" : $shareRes["response"]["data"]["url"];
$data["goods_info"]["share_url"] = $shareUrl; $data["goods_info"]["share_url"] = $shareUrl;
} }
......
...@@ -295,6 +295,12 @@ class MarketingService ...@@ -295,6 +295,12 @@ class MarketingService
$lists[$key]["pindan_pic_url"] = $picUrl; $lists[$key]["pindan_pic_url"] = $picUrl;
$lists[$key]["pindan_desc"] = $priceData[$value["marketing_id"]]["pindan_desc"]; $lists[$key]["pindan_desc"] = $priceData[$value["marketing_id"]]["pindan_desc"];
$lists[$key]["participate_number"] = $priceData[$value["marketing_id"]]["participate_number"]; $lists[$key]["participate_number"] = $priceData[$value["marketing_id"]]["participate_number"];
$strList = explode(",", $priceData[$value["marketing_id"]]["pindan_pic"]);
$shareStr = $strList[0];
$shareRes = Ks3Api::picEncryptUrl($shareStr, 500, 400);
$shareUrl = empty($shareRes["response"]["data"]["url"]) ? "" : $shareRes["response"]["data"]["url"];
$lists[$key]["share_url"] = $shareUrl;
} }
} }
} }
...@@ -908,7 +914,7 @@ class MarketingService ...@@ -908,7 +914,7 @@ class MarketingService
$strList = explode(",", $marketingData["pindan_pic"]); $strList = explode(",", $marketingData["pindan_pic"]);
$shareStr = $strList[0]; $shareStr = $strList[0];
$shareRes = Ks3Api::picEncryptUrl($shareStr, 500, 600); $shareRes = Ks3Api::picEncryptUrl($shareStr, 500, 400);
$shareUrl = empty($shareRes["response"]["data"]["url"]) ? "" : $shareRes["response"]["data"]["url"]; $shareUrl = empty($shareRes["response"]["data"]["url"]) ? "" : $shareRes["response"]["data"]["url"];
$marketingData["share_url"] = $shareUrl; $marketingData["share_url"] = $shareUrl;
......
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