From 705654c8adb6cebeaf856f7f9ffecac59ba42ed2 Mon Sep 17 00:00:00 2001 From: sian Date: Fri, 28 Oct 2022 13:38:48 +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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/supplier/goods.go b/supplier/goods.go index 5bad243..630e27c 100644 --- a/supplier/goods.go +++ b/supplier/goods.go @@ -173,8 +173,9 @@ func (g *goods) ReHandle(ctx context.Context, goodsIds []uint) (reply []AdoptIte } type ReplyByIdItem struct { - SkuId uint `json:"skuId"` - SourceName string `json:"sourceName"` + SkuId uint `json:"skuId"` + SupplierId uint `json:"supplierIds"` + SupplierName string `json:"supplierName"` } // FindBySkuIds @Title 根据商品Ids获取商品信息