
# 状态码
表1正常HTTP响应码 
| Status Code | Description |
|:---|:---|
| 200         | OK          |
   
表2异常HTTP响应码 
| Status Code | Description           |
|:---|:---|
| 100         | Continue              |
| 201         | Created               |
| 202         | Accepted              |
| 204         | NO Content            |
| 400         | Bad Request           |
| 401         | Unauthorized          |
| 403         | Forbidden             |
| 404         | Not Found             |
| 405         | Method Not Allowed    |
| 406         | Not Acceptable        |
| 409         | Conflict              |
| 410         | Gone                  |
| 412         | Precondition Failed   |
| 429         | Too many requests     |
| 500         | Internal Server Error |
| 501         | Not Implemented       |
| 503         | Service Unavailable   |
   
