|
|
@ -173,7 +173,7 @@ func (g *goods) ReHandle(ctx context.Context, goodsIds []uint) (reply []AdoptIte
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
type ReplyByIdItem struct {
|
|
|
|
type ReplyByIdItem struct {
|
|
|
|
GoodsId uint `json:"goodsId"`
|
|
|
|
SkuId uint `json:"skuId"`
|
|
|
|
SourceName string `json:"sourceName"`
|
|
|
|
SourceName string `json:"sourceName"`
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|