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))