From 8455e5432bbeee2e0f741d6175b91f1994e432a3 Mon Sep 17 00:00:00 2001 From: kanade Date: Fri, 16 Dec 2022 17:02:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=95=86=E5=93=81=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=8F=98=E5=8A=A8rpc?= 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 cab13b4..400d922 100644 --- a/supplier/goods.go +++ b/supplier/goods.go @@ -195,7 +195,7 @@ func (g *goods) FindBySkuIds(ctx context.Context, skuIds []uint) (reply []ReplyB } type ArgsGoodsChange struct { - GoodsId uint // 商品id + GoodsIds []uint // 商品id } // Change @Title 商品信息变动