fix:登录调整

This commit is contained in:
苏竹红
2025-02-19 15:58:05 +08:00
parent eeda40bc86
commit 82fa96b5af
8 changed files with 202 additions and 71 deletions

View File

@@ -22,6 +22,8 @@ public class CommonConstants {
public static final int THREE_DAY_SECONDS = 60 * 60 * 24 * 3;
public static final int SEVEN_DAY_SECONDS = 60 * 60 * 24 * 7;
public static final int NORMAL_LOCK_TIMES = 60 * 1000;
public static final int AN_HOUR_SECONDS = 3600;
@@ -48,6 +50,8 @@ public class CommonConstants {
public static final String WX_APP_SECRET_KEY = "wx_app_secret_key:{0}";
public static final String MINI_PROGRAM_SESSION_KEY = "mini_program_session_key:{0}:{1}";
public static final String MINI_PROGRAM_LOGIN_FLAG = "mini_program_login_flag:{0}";
public static final String ROOT_DEPT_ID_STR = "1";
public static final Integer DEAL_RECORD_MAX_SIZE = 1000;

View File

@@ -61,6 +61,7 @@ public enum ErrorCodeEnum {
PARAMS_REQUIRED(400002, "参数缺失!", null),
DATA_CONVERT_ERROR(400002, "日期转换异常!", null),
PARENT_NODE_NOT_EXIST(400002, "父节点不存在", null),
LOGIN_ERROR_MOBILE_ERROR(418, "登录失败 获取手机号失败!!", null),
LINE_ID_IS_NOT_EXIST(500001, "线索信息不存在!", null),