From cb312339d43b30a52beaa3da17f900c3831fcd99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 14 Jul 2023 17:08:20 +0800 Subject: [PATCH] 1 --- platformapi/tao_vegetable/order_test.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/platformapi/tao_vegetable/order_test.go b/platformapi/tao_vegetable/order_test.go index c7719009..45d10b9f 100644 --- a/platformapi/tao_vegetable/order_test.go +++ b/platformapi/tao_vegetable/order_test.go @@ -16,16 +16,18 @@ import ( ) func TestName(t *testing.T) { - + earliestTime := utils.Str2Time("2023-07-14 17:30:00").Unix() + fmt.Println(earliestTime - time.Now().Unix()) } func TestGetOrderDetail(t *testing.T) { requestParam := &request591.AlibabaAelophyOrderGetRequest{OrderGetRequest: &domain591.AlibabaAelophyOrderGetOrderGetRequest{ StoreId: utils.String2Pointer("JX668594"), - BizOrderId: utils.Int64ToPointer(5000900194372970922), + BizOrderId: utils.Int64ToPointer(5000902065494700922), }} data, err := apiTao.QueryOrderDetail(requestParam) globals.SugarLogger.Debugf("data := %s", utils.Format4Output(data, false)) globals.SugarLogger.Debugf("err := %s", utils.Format4Output(err, false)) + globals.SugarLogger.Debugf("errdatadatadata := %s", utils.Format4Output(utils.Str2Int(*data.StoreId), false)) } func TestPartialRefundReason(t *testing.T) {