From 3cb6ee6e1e4ea8b7cc65033f9420b3ae0029b63c Mon Sep 17 00:00:00 2001 From: tangxiaobao <303826152@qq.com> Date: 星期三, 18 八月 2021 18:53:24 +0800 Subject: [PATCH] Merge branch 'txb' --- springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/UserConstants.java | 17 +++++++++++++++++ 1 files changed, 17 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..5933c29 --- /dev/null +++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/UserConstants.java @@ -0,0 +1,17 @@ +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:"; +} \ No newline at end of file -- Gitblit v1.7.1