
# 状态码
- 正常
  
  | 错误码状态 | 描述         |
  |:---|:---|
  | 200   | OK         |
  | 201   | Created    |
  | 202   | Accepted   |
  | 204   | No Content |
     
  
- 异常
  
  | 错误码状态 | 描述                            |
  |:---|:---|
  | 400   | Bad Request                   |
  | 401   | Unauthorized                  |
  | 403   | Forbidden                     |
  | 404   | Not Found                     |
  | 405   | Method Not Allowed            |
  | 406   | Not Acceptable                |
  | 407   | Proxy Authentication Required |
  | 408   | Request Timeout               |
  | 409   | Conflict                      |
  | 413   | overLimit                     |
  | 415   | badMediaType                  |
  | 500   | Internal Server Error         |
  | 501   | Not Implemented               |
  | 502   | Bad Gateway                   |
  | 503   | Service Unavailable           |
  | 504   | Gateway Timeout               |
     
  
 
