From 08f1b1f1804a8bd833d42f257908d80e88387b55 Mon Sep 17 00:00:00 2001 From: mitao <2763622819@qq.com> Date: 星期五, 14 三月 2025 11:27:47 +0800 Subject: [PATCH] 3.5增加登录验证、修改密码、人员列表调整 --- springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/UserConstants.java | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/UserConstants.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/UserConstants.java new file mode 100644 index 0000000..b82f987 --- /dev/null +++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/UserConstants.java @@ -0,0 +1,21 @@ +package com.panzhihua.common.constants; + +/** + * @program: springcloud_k8s_panzhihuazhihuishequ + * @description: 用户 + * @author: huang.hongfa weixin hhf9596 qq 959656820 + * @create: 2020-11-25 10:13 + **/ +public class UserConstants { + + public static final String PASSWORD = "y5g9w8*0TTWV4UgJ"; + public static final String USER_ID = "user_id"; + public static final String LOGOUT_TOKEN = "logout:"; + public static final String LOGIN_USER_INFO = "login_user_info:"; + public static final String PHONE_PUT = "phone_put:"; + public static final String NEWS_ID = "news_media_id:"; + + public static final String NEWS_LIST = "news_list:"; + public static final String SANSHUO_INDUSTRY_CENTER_ROLE="103"; + public static final String SANSHUO_EXPERT_ROLE="102"; +} \ No newline at end of file -- Gitblit v1.7.1