Commit 7aab94d2 by 杨树贤

Merge branch 'master' into dev

parents c48bfc38 fbc16f5e
Showing with 1 additions and 0 deletions
...@@ -133,6 +133,7 @@ func (qs *ZiyingService) ZyGoodsDetail(ctx *gin.Context, goodsIds []string, ch c ...@@ -133,6 +133,7 @@ func (qs *ZiyingService) ZyGoodsDetail(ctx *gin.Context, goodsIds []string, ch c
A.Set("packing", gjson.Get(info, "packing").Int()) // A.Set("packing", gjson.Get(info, "packing").Int()) //
A.Set("goods_unit", gjson.Get(info, "goods_unit").Int()) // A.Set("goods_unit", gjson.Get(info, "goods_unit").Int()) //
A.Set("goods_brief", gjson.Get(info, "goods_brief").String()) // A.Set("goods_brief", gjson.Get(info, "goods_brief").String()) //
A.Set("ability_level",2)
moq := gjson.Get(info, "moq").Int() moq := gjson.Get(info, "moq").Int()
mpq := gjson.Get(info, "mpq").Int() mpq := gjson.Get(info, "mpq").Int()
......
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