Browse Source

!168 登录信息状态常量值更正
Merge pull request !168 from mastery/my-ry-cloud

若依 3 năm trước cách đây
mục cha
commit
59387216b4

+ 2 - 2
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java

@@ -55,12 +55,12 @@ public class Constants
     /**
      * 登录成功状态
      */
-    public static final String LOGIN_SUCCESS_STATUS = "1";
+    public static final String LOGIN_SUCCESS_STATUS = "0";
 
     /**
      * 登录失败状态
      */
-    public static final String LOGIN_FAIL_STATUS = "0";
+    public static final String LOGIN_FAIL_STATUS = "1";
 
     /**
      * 登录成功