黄伟 2 years ago
parent 99a60f89e7
commit 883827475c

@ -40,7 +40,7 @@ func (s *skuType) Del(ctx context.Context, id uint) error {
return err
}
reply := 0
return xClient.Call(ctx, "Add", id, &reply)
return xClient.Call(ctx, "Del", id, &reply)
}
type TypeItem struct {

Loading…
Cancel
Save