> For the complete documentation index, see [llms.txt](https://resources.atriptech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.atriptech.com/api-wen-dang/readme/yu-ding-hou-gai-lan/yu-ding-hou-cao-zuo/ding-dan-wei-hu.md).

# 订单维护

{% hint style="info" %}
遇到 API 接入问题时，可登录 [Eva](https://www.atriptech.com/) 寻求帮助。
{% endhint %}

当你需要在标准预订流程之外处理订单后续动作时，使用这页。

### 主要 API

* `regenerateOrder.do`
* `stopTicket.do`
* `orderList.do`

### 适用场景

* 重建过期或失败订单
* 在支持时停止出票
* 查询运营订单列表

### 完整 API 参考

接口级详情见：

* [重建订单](/api-wen-dang/api-can-kao/yu-ding-hou-api/chong-jian-ding-dan.md)
* [停止出票](/api-wen-dang/api-can-kao/yu-ding-hou-api/ting-zhi-chu-piao.md)
* [订单列表](/api-wen-dang/api-can-kao/yu-ding-hou-api/ding-dan-lie-biao.md)

### 相关页面

* [预订后概览](/api-wen-dang/readme/yu-ding-hou-gai-lan.md)
* [预订后 API](/api-wen-dang/api-can-kao/yu-ding-hou-api.md)
* [错误码](/api-wen-dang/pai-zhang-yu-zhi-chi/errors-handing.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://resources.atriptech.com/api-wen-dang/readme/yu-ding-hou-gai-lan/yu-ding-hou-cao-zuo/ding-dan-wei-hu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
