Pre Merge pull request !168 from mastery/my-ry-cloud

This commit is contained in:
mastery 2022-03-11 02:10:37 +00:00 committed by Gitee
commit d936732c77
1 changed files with 2 additions and 2 deletions

View File

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