Commit 8ed2a0f5 by hcy

自营可购买判断问题

parent 025becc5
Showing with 2 additions and 0 deletions
...@@ -367,6 +367,8 @@ func (qs *ZiyingService) ZyGoodsDetail(ctx context.Context, params RequestParams ...@@ -367,6 +367,8 @@ func (qs *ZiyingService) ZyGoodsDetail(ctx context.Context, params RequestParams
Stock: gconv.Int64(nowstock), Stock: gconv.Int64(nowstock),
AbilityLevel: 2, AbilityLevel: 2,
StandardBrand: standardBrand, StandardBrand: standardBrand,
Moq: moq,
Mpq: mpq,
GoodsName: gjson.Get(info, "goods_name").String(), GoodsName: gjson.Get(info, "goods_name").String(),
SpuId: gconv.String(spuId), SpuId: gconv.String(spuId),
ClassID1: gconv.Int(spuClassId1), ClassID1: gconv.Int(spuClassId1),
......
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