> For the complete documentation index, see [llms.txt](https://apidoc.tokenpay.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidoc.tokenpay.me/zh-hk/cuo-wu-ma/zhuang-tai-ma.md).

# 狀態碼

| Code  | 描述 (Description) | 建議 (Suggestion)                                                  |
| ----- | ---------------- | ---------------------------------------------------------------- |
| 0     | 成功               |                                                                  |
| 100   | 請求參數錯誤           | 通常出現在 `POST` 請求中。請檢查 json 結構是否正確。                                |
| 103   | 無效簽名             | 請檢查 [簽名生成](/zh-hk/shuo-ming/qian-ming-sheng-cheng.md)。           |
| 104   | 簽名過期             | 請重新簽名或檢查伺服器時間。                                                   |
| 11000 | 操作失敗，請稍後再試。      | 通常是因為服務變更或無法操作。您可以放棄或重試。請根據 `msg` 提示進行調整。                        |
| 11001 | 操作過於頻繁，請稍後再試。    | 每個 `app id` 限制每秒 `5` 次請求。請降低請求頻率或添加新的應用程式。                       |
| 11003 | 缺少必填參數           | 請仔細檢查文件，以及實際請求的參數類型和值是否合理有效。                                     |
| 12001 | 數據已存在            |                                                                  |
| 12002 | 數據不存在            |                                                                  |
| 12003 | 數據為空             |                                                                  |
| 20000 | 應用程式不存在          |                                                                  |
| 20001 | 應用程式已停用          |                                                                  |
| 20002 | 餘額不足             | 請前往用戶中心進行 [充值](https://ttpay.io/console/pages/recharge?lang=en)。 |
| 20003 | 額度不足             |                                                                  |
| 20004 | 請求頻率限制           |                                                                  |
| 20005 | 無效參數             | 請根據 `msg` 提示進行調整。                                                |
