diff --git a/pdd_union/goods.go b/pdd_union/goods.go index 884bbf9..3728cb9 100644 --- a/pdd_union/goods.go +++ b/pdd_union/goods.go @@ -27,7 +27,7 @@ func GetRecommendGoods(keyArr map[string]string, param map[string]interface{}) [ } tmp["coupon_price"] = float64(v.CouponDiscount) / 100 tmp["shop_name"] = v.MallName - tmp["mall_id"] = zhios_third_party_utils.IntToStr(v.MallId) + tmp["mall_id"] = v.MallId tmp["min_normal_price"] = float64(v.MinNormalPrice) / 100 tmp["min_group_price"] = float64(v.MinGroupPrice) / 100 //销量处理