CeDo
2021-05-24 2dbd65c087d193db8f084be2dabe5e91f54ad7a1
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/HttpStatus.java
@@ -73,6 +73,11 @@
    public static final int CONFLICT = 409;
    /**
     * 请求主体的大小超过了服务器
     */
    public static final int REQUEST_TOO_LARGE = 413;
    /**
     * 不支持的数据,媒体类型
     */
    public static final int UNSUPPORTED_TYPE = 415;