> 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/ji-cheng-can-kao/sha-xiang-ce-shi-shu-ju/sandbox-test-routes.md).

# 沙箱测试航线

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

当你需要稳定的沙箱搜索和预订场景时，使用这些航线。

### 使用方式

* 选择目标航司支持的测试航线
* 使用沙箱凭证和沙箱接口地址
* 把这些航线视为测试数据，不代表生产覆盖范围

### Lion Air

| Origin | Destination |
| ------ | ----------- |
| JKT    | DPS         |
| JKT    | LOP         |
| DPS    | UPG         |
| SUB    | JKT         |

### Citilink

| Origin | Destination |
| ------ | ----------- |
| BTH    | JKT         |
| JKT    | JOG         |
| SUB    | JKT         |
| JKT    | DPS         |

### Cebu Pacific Air

| Origin | Destination |
| ------ | ----------- |
| HKG    | MNL         |
| HKG    | CEB         |
| MNL    | CEB         |
| KLO    | CEB         |

### Jeju Air

| Origin | Destination |
| ------ | ----------- |
| SEL    | CJU         |
| SEL    | TYO         |
| TYO    | SEL         |
| SEL    | GUM         |

### Wizz Air

| Origin | Destination |
| ------ | ----------- |
| WAW    | PAR         |
| PAR    | WAW         |
| LON    | WAW         |
| TLV    | LCA         |

### Norwegian Air

| Origin | Destination |
| ------ | ----------- |
| OSL    | STO         |
| OSL    | LON         |
| PAR    | OSL         |
| BLL    | OSL         |

### Volaris Air

| Origin | Destination |
| ------ | ----------- |
| MEX    | CUN         |
| LAX    | GDL         |
| LAX    | CUN         |
| MEX    | GDL         |

### Frontier Air

| Origin | Destination |
| ------ | ----------- |
| SFO    | ATL         |
| SFO    | LAS         |
| NYC    | MIA         |
| SAN    | ORL         |

### Flyadeal Air

| Origin | Destination |
| ------ | ----------- |
| RUH    | JED         |
| DMM    | RUH         |
| DXB    | RUH         |
| JED    | RUH         |

### 相关页面

* [沙箱测试数据](/api-wen-dang/ji-cheng-can-kao/sha-xiang-ce-shi-shu-ju.md)
* [沙箱开发](/api-wen-dang/readme/quick-start/sha-xiang-kai-fa.md)
* [搜索](/api-wen-dang/readme/yu-ding-liu-cheng-gai-lan/sou-suo.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, and the optional `goal` query parameter:

```
GET https://resources.atriptech.com/api-wen-dang/ji-cheng-can-kao/sha-xiang-ce-shi-shu-ju/sandbox-test-routes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
