# 通用错误码

| code  | 说明               |
| ----- | ---------------- |
| 1     | 成功               |
| 10001 | 余额不足，下分失败        |
| 10002 | 签名验证未通过          |
| 10003 | 订单正在处理中          |
| 10004 | 订单不存在            |
| 10005 | 订单重复             |
| 10006 | 请求过于频繁           |
| 10007 | 游戏中不能上下分         |
| 10008 | 游戏已关闭            |
| 10009 | 非法参数             |
| 10010 | 失败               |
| 10011 | 玩家登录token验证失败    |
| 10012 | 非法的app\_id       |
| 10013 | 玩家不存在            |
| 10014 | 玩家被禁止登录          |
| 10015 | 服务器内部错误          |
| 10016 | 游戏不存在            |
| 10017 | 游戏未开通            |
| 10018 | 商户已被禁用           |
| 10019 | 不支持的货币           |
| 10020 | 转账交易不存在          |
| 10021 | 商户钱包类型不正确        |
| 10022 | 传入的appid对应的商户不存在 |
| 10023 | 参数类型不匹配          |


---

# 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://docs.omgapi.cc/kuai-su-kai-shi/tong-yong-cuo-wu-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.
