From 8f9bbb3a9d28c1ddb25756611f65774403db0bfc Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Thu, 16 May 2024 11:16:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=BC=E5=A4=9A=E5=A4=9A=E8=81=94=E7=9B=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pdd_union/goods.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 //销量处理