Commit fbc16f5e by 杨树贤

自营强制履约

parent 78194c2b
Showing with 1 additions and 0 deletions
......@@ -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("goods_unit", gjson.Get(info, "goods_unit").Int()) //
A.Set("goods_brief", gjson.Get(info, "goods_brief").String()) //
A.Set("ability_level",2)
moq := gjson.Get(info, "moq").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