# 響應代碼

<table><thead><tr><th width="100">狀態碼</th><th width="151">回應內容</th><th width="450">說明</th></tr></thead><tbody><tr><td>200</td><td>Success</td><td>請求成功</td></tr><tr><td>300</td><td>Not collected</td><td>未採集到有效數據</td></tr><tr><td>400</td><td>Bad Request</td><td>傳參錯誤</td></tr><tr><td>401</td><td>Unauthorized</td><td>認證權限失效，需檢查 token 有效性</td></tr><tr><td>429</td><td>429 Too many requests</td><td>短時間內發送過多請求</td></tr><tr><td>500</td><td>500 Internal Server Error</td><td>伺服器內部錯誤，伺服器收到無效回應</td></tr><tr><td>504</td><td>504 Timeout Error</td><td>伺服器未回應/中轉伺服器未回應</td></tr></tbody></table>


---

# Agent Instructions: 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://doc.thordata.com/doc/zh-hk/web-unlocker/xiang-ying-dai-ma.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.
