From e8fa3313c9bbff88818595694a9b623f472d7338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 18 Aug 2023 09:47:32 +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 6bfc557d..497d740b 100644 --- a/platformapi/tao_vegetable/order_test.go +++ b/platformapi/tao_vegetable/order_test.go @@ -135,7 +135,7 @@ func TestGetTransactionOrderList(t *testing.T) { func TestPickUp(t *testing.T) { param := &request591.AlibabaAelophyOrderWorkCallbackRequest{} param.WorkCallbackRequest = &domain591.AlibabaAelophyOrderWorkCallbackWorkCallbackRequest{ - StoreId: utils.String2Pointer("JX668594"), + StoreId: utils.String2Pointer("JX11983"), BizOrderId: utils.Int64ToPointer(5000900604228190922), Status: utils.String2Pointer("SHIPPING"), }