diff --git a/platformapi/tao_vegetable/order_test.go b/platformapi/tao_vegetable/order_test.go index 99a9559b..d04892e2 100644 --- a/platformapi/tao_vegetable/order_test.go +++ b/platformapi/tao_vegetable/order_test.go @@ -43,7 +43,7 @@ func TestQueryAfsOrderDetail(t *testing.T) { OrderFrom: utils.Int64ToPointer(31), ShopId: nil, StoreId: utils.String2Pointer("JX668594"), - RefundIds: &[]int64{1314009018}, + RefundIds: &[]int64{1311956159}, } data, err := apiTao.QueryAfsOrderDetail(param) globals.SugarLogger.Debugf("data := %s", utils.Format4Output(data, false))