finance
黄伟 2 years ago
parent c43960d9c8
commit f68613e066

@ -55,7 +55,7 @@ func (b *brand) All2(ctx context.Context, name string) (result []BrandItem, err
if err != nil { if err != nil {
return return
} }
err = xClient.Call(ctx, "All2", 0, &result) err = xClient.Call(ctx, "All2", name, &result)
return return
} }

Loading…
Cancel
Save