diff --git a/business/jxstore/partner/taobao/union.go b/business/jxstore/partner/taobao/union.go index 032f58739..a7ec4ea9f 100644 --- a/business/jxstore/partner/taobao/union.go +++ b/business/jxstore/partner/taobao/union.go @@ -126,10 +126,10 @@ func (s *UnionHandler) GetUnionMatterList(ctx *jxcontext.Context, vendorCatID, k Imgs: strings.Join(v.SmallImages, ","), UrlL: v.CouponShareURL, } - if urlS, err2 := api.TbUnionAPI.SpreadGet("https://" + v.CouponShareURL); err2 == nil { + if urlS, err2 := api.TbUnionAPI.SpreadGet("https:" + v.CouponShareURL); err2 == nil { goodsDetail.UrlS = urlS } - if tpwdCreateResult, err3 := api.TbUnionAPI.TpwdCreate("https://" + goodsDetail.UrlL); err3 == nil { + if tpwdCreateResult, err3 := api.TbUnionAPI.TpwdCreate("https:" + goodsDetail.UrlL); err3 == nil { goodsDetail.Tpwd = tpwdCreateResult.PasswordSimple goodsDetail.TpwdIOS14 = tpwdCreateResult.Model }