From def38240262b4403377d4c16beac3ea048f1e658 Mon Sep 17 00:00:00 2001 From: huanghongfa <18228131219@163.com> Date: 星期日, 20 十二月 2020 13:25:39 +0800 Subject: [PATCH] 修改目录结构 --- springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/UserConstants.java | 16 ++++++++++++++++ 1 files changed, 16 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..0c7c8a5 --- /dev/null +++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/UserConstants.java @@ -0,0 +1,16 @@ +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:"; +} \ No newline at end of file -- Gitblit v1.7.1