From cab7b8fbe7160055541145ceff36a6337a3c4b09 Mon Sep 17 00:00:00 2001 From: kanade Date: Tue, 9 Aug 2022 10:13:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd/sku.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jd/sku.go b/jd/sku.go index a802798..79574e2 100644 --- a/jd/sku.go +++ b/jd/sku.go @@ -236,5 +236,5 @@ func (s *sku) ReplaceImgJdSku(ctx context.Context, args ArgsSkuReplaceImgJdSku) if err != nil { return err } - return xClient.Call(ctx, "ReplaceImg", args, &reply) + return xClient.Call(ctx, "ReplaceImgJdSku", args, &reply) }