RuoYi
2020-08-07 f1bc33e80da3211f28f6505bd4ea46ddc22fc2ce
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java
@@ -31,10 +31,11 @@
     * 成功标记
     */
    public static final Integer SUCCESS = 200;
    /**
     * 失败标记
     */
    public static final Integer FAIL = 501;
    public static final Integer FAIL = 500;
    /**
     * 登录成功