> 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-liu-cheng-gai-lan/sou-suo.md).

# 搜索

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

用这页启动预订流程。

{% hint style="warning" %}
`Smart Search`（`smartSearch.do`）即将废弃。

新接入不要再使用它。优先采用标准 `search.do` 流程。
{% endhint %}

{% hint style="warning" %}
本页涉及的完整接口地址默认用于 `sandbox` 示例。

生产环境不要直接把 `sandbox` 域名替换成单一生产域名。

请登录 **ATRIP → 资料管理 → 企业信息** 查看生产 API 地址。

生产环境分为搜索接口地址和业务接口地址。

`search` 相关请求必须使用搜索接口地址。
{% endhint %}

### 本页覆盖内容

* 标准报价搜索
* 独立 Get Offer 查询
* 高级或智能搜索流程
* Offer 轮询和请求跟进

### 主要 API

* `search.do`
* `getOffers.do`
* `smartSearch.do`

### 关键输出

* 标准验价流程使用的 `routingIdentifier`
* Get Offer 下单流程使用的 `OfferId`
* 智能搜索跟进使用的 `requestId`
* 后续选择所需的报价数据

### 适用场景

* 标准搜索到预订流程
* 不经过标准搜索的独立报价查询
* 智能搜索或异步搜索场景
* 智能搜索后的报价刷新

生产切换时，先确认搜索请求已经切到独立的生产搜索接口地址。

### 相关页面

* [获取 Offer](/api-wen-dang/readme/yu-ding-liu-cheng-gai-lan/huo-qu-offer.md)
* [验价](/api-wen-dang/readme/yu-ding-liu-cheng-gai-lan/yan-jia.md)
* [沙箱访问](/api-wen-dang/readme/quick-start/making-requests.md)
* [预订 API](/api-wen-dang/api-can-kao/yu-ding-api.md)

### 完整 API 参考

接口级详情见：

* [搜索](/api-wen-dang/api-can-kao/yu-ding-api/sou-suo.md)
* [智能搜索](/api-wen-dang/api-can-kao/yu-ding-api/zhi-neng-sou-suo.md)
* [获取 Offer](/api-wen-dang/api-can-kao/yu-ding-api/huo-qu-offer.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-liu-cheng-gai-lan/sou-suo.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.
