From 3fb77f7165e7d5a43af2e14118a97c0711b0efce 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:10:11 +0800 Subject: [PATCH] 1 --- platformapi/tao_vegetable/order_test.go | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/platformapi/tao_vegetable/order_test.go b/platformapi/tao_vegetable/order_test.go index 7c824cfe..3b82329a 100644 --- a/platformapi/tao_vegetable/order_test.go +++ b/platformapi/tao_vegetable/order_test.go @@ -19,7 +19,7 @@ func TestName(t *testing.T) { func TestGetOrderDetail(t *testing.T) { requestParam := &request591.AlibabaAelophyOrderGetRequest{OrderGetRequest: &domain591.AlibabaAelophyOrderGetOrderGetRequest{ StoreId: utils.String2Pointer("JX668594"), - BizOrderId: utils.Int64ToPointer(5000897680290460922), + BizOrderId: utils.Int64ToPointer(5000897982558990922), }} data, err := apiTao.QueryOrderDetail(requestParam) globals.SugarLogger.Debugf("data := %s", utils.Format4Output(data, false)) @@ -40,11 +40,10 @@ func TestPartialRefundReason(t *testing.T) { func TestQueryAfsOrderDetail(t *testing.T) { param := &request591.AlibabaWdkOrderRefundGetRequest{ - BizOrderIds: &[]int64{1924482145266804887}, - RefundIds: &[]int64{1000010803420790044}, - OrderFrom: utils.Int64ToPointer(31), - ShopId: nil, - StoreId: utils.String2Pointer("JX668594"), + OrderFrom: utils.Int64ToPointer(31), + ShopId: nil, + StoreId: utils.String2Pointer("JX668594"), + RefundIds: &[]int64{1311948081}, } data, err := apiTao.QueryAfsOrderDetail(param) globals.SugarLogger.Debugf("data := %s", utils.Format4Output(data, false))