| 0 | success | 成功 |
| 40001 | invalid signature | 不合法的签名 |
| 40002 | invalid device | 不合法的设备(clientID或者devID不正确) |
| 40003 | invalid access IP | 不合法的访问IP |
| 40004 | expired signature | 签名过期 |
| 40005 | invalid clientID | 不合法的clientID |
| 41001 | missing API common parameter | 缺失API调用公共参数 |
| 41002 | missing post body parmeter | 缺失POST body里的参数 |
| 42001 | data access error | 数据库访问失败 |
| 42002 | data cache read error | 数据缓存读取失败 |
| 43001 | require GET method | 请求需要GET方法 |
| 43002 | require POST method | 请求需要POST方法 |
| 43003 | require https | 请求需要HTTPS方法 |
| 44001 | empty post data | 空白的POST数据 |
| 45001 | wrong data type | 错误的数据类型 |
| 45002 | wrong data range | 错误的数据范围 |
| 46001 | api request exceeded limit, please try again later | 超过请求频率 |
| 60001 | API is not exist | 接口不存在 |
| 60002 | API unauthorized | 接口未授权 |
| 60003 | API is unopened | 接口未开放 |