From df3aa9c58e48d5b5c5b8b25548cf7ee677aefe61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Wed, 12 Jul 2023 15:26:10 +0800 Subject: [PATCH] 1 --- platformapi/tao_vegetable/order_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/tao_vegetable/order_test.go b/platformapi/tao_vegetable/order_test.go index 1a3ba121..e4e4f357 100644 --- a/platformapi/tao_vegetable/order_test.go +++ b/platformapi/tao_vegetable/order_test.go @@ -46,7 +46,7 @@ func TestQueryAfsOrderDetail(t *testing.T) { ShopId: nil, StoreId: utils.String2Pointer("JX668594"), RefundIds: &[]int64{1314241374}, - }1000010862974040044 + } data, err := apiTao.QueryAfsOrderDetail(param) globals.SugarLogger.Debugf("data := %s", utils.Format4Output(data, false)) globals.SugarLogger.Debugf("err := %s", utils.Format4Output(err, false))