From 55cc110f857524376a4e55a50874037574669b8f Mon Sep 17 00:00:00 2001 From: sian Date: Sat, 8 Oct 2022 13:45:56 +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 fc82f38..c0f6b25 100644 --- a/supply/afterService.go +++ b/supply/afterService.go @@ -48,6 +48,6 @@ func (a *afterService) RetailHistory(ctx context.Context, args ArgsRetailHistory if err != nil { return ReplyRetailHistory{}, err } - err = xClient.Call(ctx, "RetailHistory", args, &reply) + err = xClient.Call(ctx, "RetailAfsLists", args, &reply) return }