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

Merge pull request !168 from mastery/my-ry-cloud
product
若依 2022-03-11 02:12:24 +00:00 committed by Gitee
commit 59387216b4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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";
/**
*