From b0a0cbf6cd8f3beacbca9a962b45b0baf3935176 Mon Sep 17 00:00:00 2001 From: fengjin <1435304038@qq.com> Date: 星期六, 15 十月 2022 11:15:21 +0800 Subject: [PATCH] Merge branch 'huacheng_test' of http://gitlab.nhys.cdnhxx.com/root/zhihuishequ into huacheng_test --- 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