Browse Source

!168 登录信息状态常量值更正

Merge pull request !168 from mastery/my-ry-cloud
tags/v3.5.0
若依 3 years ago committed by Gitee
parent
commit
59387216b4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
  1. 4
      ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java

4
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";
/** /**
* 登录成功 * 登录成功

Loading…
Cancel
Save