Commit e9a6dca3 by mushishixian

fix

parent e850a549
Showing with 1 additions and 1 deletions
......@@ -223,7 +223,7 @@ func (qs *ZiyingService) ZyGoodsDetail(ctx *gin.Context, goodsIds []string, ch c
pdf, _ = gredis.String(redisConn.Do("HGET", "Self_SelfGoodsSource", pdf))
}
pdf = strings.Replace(pdf, "http://img.ichunt.com", "https://img.ichunt.com", 1)
A.Set("pdf", gjson.Get(pdf, "url").String())
A.Set("pdf", pdf)
}
A.Set("scm_brand_name", gjson.Get(info, "scm_brand_name").String()) //
......
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 sign in to comment