diff --git a/platformapi/tao_vegetable/order_test.go b/platformapi/tao_vegetable/order_test.go index 5d70cc51..cec134db 100644 --- a/platformapi/tao_vegetable/order_test.go +++ b/platformapi/tao_vegetable/order_test.go @@ -23,8 +23,8 @@ func TestName(t *testing.T) { } func TestGetOrderDetail(t *testing.T) { requestParam := &request591.AlibabaAelophyOrderGetRequest{OrderGetRequest: &domain591.AlibabaAelophyOrderGetOrderGetRequest{ - StoreId: utils.String2Pointer("JX100829"), - BizOrderId: utils.Int64ToPointer(8000037167638800068), + StoreId: utils.String2Pointer("JX669054"), + BizOrderId: utils.Int64ToPointer(8000036672628200636), }} data, err := apiTao.QueryOrderDetail(requestParam)