|
@@ -190,6 +190,7 @@ func TikTokTurnChain(eg *xorm.Engine, dbName string, args map[string]string) (*m |
|
|
if couponShareURL == "" { |
|
|
if couponShareURL == "" { |
|
|
couponShareURL = "https://haohuo.jinritemai.com/views/product/item2?id=" + args["gid"] |
|
|
couponShareURL = "https://haohuo.jinritemai.com/views/product/item2?id=" + args["gid"] |
|
|
} |
|
|
} |
|
|
|
|
|
args["coupon_url"] = couponShareURL |
|
|
urls, err := ConvertUrl(eg, args) |
|
|
urls, err := ConvertUrl(eg, args) |
|
|
if err != nil { |
|
|
if err != nil { |
|
|
return nil, err |
|
|
return nil, err |
|
|