Commit de463e76 authored by 顾文旭's avatar 顾文旭

fix 七牛图片获取

parent d8dd6ce1
......@@ -1110,7 +1110,7 @@ class MarketingService
$marketingData["marketing_type"] = $marketingInfo["marketing_type"];
$marketingData["publish_life_account_id"] = $pindanMarketing["publish_life_account_id"];
$marketingData["pindan_pic"] = $pindanMarketing["pindan_pic"];
if (empty($priceData[$value["marketing_id"]]["pindan_pic"]) || substr($marketingData["pindan_pic"], 0, 2) === "SHQ") {
if (empty($marketingData["pindan_pic"]) || substr($marketingData["pindan_pic"], 0, 2) === "SHQ") {
$picUrl = GoodsService::getUrlList($marketingData["pindan_pic"]);
} else {
$picUrl = "https://pingouimg.jwshq.cn/" . $marketingData["pindan_pic"];
......
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