Commit 5651d777 by mushishixian

参数也去掉

parent 5488842c
Showing with 1 additions and 0 deletions
...@@ -194,6 +194,7 @@ func (ls *LyService) LyGoodsDetail(ctx *gin.Context, goodsIds []string, ch chan ...@@ -194,6 +194,7 @@ func (ls *LyService) LyGoodsDetail(ctx *gin.Context, goodsIds []string, ch chan
sku.LadderPriceResult = []int{} sku.LadderPriceResult = []int{}
sku.IsBuy = 0 sku.IsBuy = 0
sku.BatchSn = "" sku.BatchSn = ""
sku.Attrs = []int{}
} }
var TagService TagsService var TagService TagsService
......
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