From 0c4dff11556dbdf000c11fae7d8c344679c47aa1 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Fri, 5 Aug 2022 17:01:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E5=94=AE=E5=90=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/partner/purchase/ebai/order_afs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/partner/purchase/ebai/order_afs.go b/business/partner/purchase/ebai/order_afs.go index bf31d7bd1..8bcd54496 100644 --- a/business/partner/purchase/ebai/order_afs.go +++ b/business/partner/purchase/ebai/order_afs.go @@ -248,7 +248,7 @@ func (c *PurchaseHandler) PartRefundOrder(ctx *jxcontext.Context, order *model.G if globals.EnableEbaiStoreWrite { //售后部分多次退款 if order.Status > model.OrderStatusEndBegin { - if err := api.EbaiAPI.OrderAgreePartRefund(order.VendorOrderID, orderSkus2AfsSkus(refundSkuList)); err != nil { + if err := api.EbaiAPI.OrderAgreePartRefund(order.VendorOrderID); err != nil { return err } } else {