finance
黄伟 2 years ago
parent cbfc157ef2
commit aacb78510b

@ -92,7 +92,7 @@ type AfsItem struct {
func (a *afterService) Lists(ctx context.Context, args ArgsAfsLists) (reply ReplyAfsLists, err error) { func (a *afterService) Lists(ctx context.Context, args ArgsAfsLists) (reply ReplyAfsLists, err error) {
xClient, err := client.GetClient(a) xClient, err := client.GetClient(a)
if err != nil { if err != nil {
return nil, err return ReplyAfsLists{}, err
} }
err = xClient.Call(ctx, "Lists", args, &reply) err = xClient.Call(ctx, "Lists", args, &reply)
return return

Loading…
Cancel
Save