From 19393a7e45d3ce4ec7a3fdda75e70def8ca26ab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 6 Jul 2023 16:40:38 +0800 Subject: [PATCH] 1 --- platformapi/tao_vegetable/order_afs.go | 1 + platformapi/tao_vegetable/order_test.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/platformapi/tao_vegetable/order_afs.go b/platformapi/tao_vegetable/order_afs.go index 012f8b6e..c394fb2b 100644 --- a/platformapi/tao_vegetable/order_afs.go +++ b/platformapi/tao_vegetable/order_afs.go @@ -158,6 +158,7 @@ func (a *API) QueryAfsOrderDetail(req *request591.AlibabaWdkOrderRefundGetReques return nil, fmt.Errorf(*data.Result.ReturnMsg) } + globals.SugarLogger.Debugf("QueryAfsOrderDetail := %s", utils.Format4Output(data, false)) return &data.Result, nil } diff --git a/platformapi/tao_vegetable/order_test.go b/platformapi/tao_vegetable/order_test.go index 3b82329a..99a9559b 100644 --- a/platformapi/tao_vegetable/order_test.go +++ b/platformapi/tao_vegetable/order_test.go @@ -43,7 +43,7 @@ func TestQueryAfsOrderDetail(t *testing.T) { OrderFrom: utils.Int64ToPointer(31), ShopId: nil, StoreId: utils.String2Pointer("JX668594"), - RefundIds: &[]int64{1311948081}, + RefundIds: &[]int64{1314009018}, } data, err := apiTao.QueryAfsOrderDetail(param) globals.SugarLogger.Debugf("data := %s", utils.Format4Output(data, false))