RuoYi
2020-07-30 9bfe3e532824f1276aaed7e8c1d17175d6409cf5
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;
    /**
     * 登录成功