From cbfc157ef27a4d806e7f4a22312899f9c6b882d7 Mon Sep 17 00:00:00 2001 From: sian Date: Tue, 6 Dec 2022 10:00:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supply/afterService.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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