罗元桥
2021-10-01 d0ae6a6e9a8123f4869417b46e5d7423f8ca66d6
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/HttpStatus.java
@@ -5,8 +5,7 @@
 * 
 * @author huanghongfa
 */
public class HttpStatus
{
public class HttpStatus {
    /**
     * 操作成功
     */
@@ -73,6 +72,11 @@
    public static final int CONFLICT = 409;
    /**
     * 请求主体的大小超过了服务器
     */
    public static final int REQUEST_TOO_LARGE = 413;
    /**
     * 不支持的数据,媒体类型
     */
    public static final int UNSUPPORTED_TYPE = 415;