From 5508672025fe0a5b981a7e71c659a7434a7efc5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 28 Sep 2023 09:10:32 +0800 Subject: [PATCH] 1 --- business/partner/purchase/ebai/order_afs.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/business/partner/purchase/ebai/order_afs.go b/business/partner/purchase/ebai/order_afs.go index d2b0e04e3..c300d0090 100644 --- a/business/partner/purchase/ebai/order_afs.go +++ b/business/partner/purchase/ebai/order_afs.go @@ -311,6 +311,7 @@ func (c *PurchaseHandler) PartRefundOrder(ctx *jxcontext.Context, order *model.G ReasonRemarks: reason, } date, _ := api.EbaiAPI.GetReverseOrder(order.VendorOrderID) + globals.SugarLogger.Debug("============data := %s", utils.Format4Output(date, false)) refundProductList := make([]*ebaiapi.RefundProductList, 0, 0) for _, v := range date { v2 := v.(map[string]interface{}) @@ -327,6 +328,7 @@ func (c *PurchaseHandler) PartRefundOrder(ctx *jxcontext.Context, order *model.G refundProductList = append(refundProductList, refundProduct) } param.RefundProductList = refundProductList + globals.SugarLogger.Debug("============param := %s", utils.Format4Output(param, false)) err = api.EbaiAPI.OrderAgreePartRefund(param) } else { if reason == "" {