diff --git a/supply/afterService.go b/supply/afterService.go index 17a2096..76080f7 100644 --- a/supply/afterService.go +++ b/supply/afterService.go @@ -89,7 +89,7 @@ type AfsItem struct { } // Lists @Title 售后列表 -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) if err != nil { return nil, err