finance
黄伟 2 years ago
parent 26a17f1b5f
commit 39c9b3ec94

@ -178,7 +178,7 @@ type ReplyByIdItem struct {
}
// FindBySkuIds @Title 根据商品Ids获取商品信息
func (g *goods) FindBySkuIds(ctx context.Context, goodsIds []uint) (reply []AdoptItem, err error) {
func (g *goods) FindBySkuIds(ctx context.Context, goodsIds []uint) (reply []ReplyByIdItem, err error) {
xClient, err := client.GetClient(g)
if err != nil {
return nil, err

Loading…
Cancel
Save