From b303b2266bf8a5f35c47f03e81745213b5597b5e Mon Sep 17 00:00:00 2001 From: sian Date: Thu, 20 Oct 2022 16:07:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supplier/goods.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supplier/goods.go b/supplier/goods.go index bb22f49..bed9bb8 100644 --- a/supplier/goods.go +++ b/supplier/goods.go @@ -173,7 +173,7 @@ func (g *goods) ReHandle(ctx context.Context, goodsIds []uint) (reply []AdoptIte } type ReplyByIdItem struct { - GoodsId uint `json:"goodsId"` + SkuId uint `json:"skuId"` SourceName string `json:"sourceName"` }