huanghongfa
2020-12-07 f404947d2563df3436a9cf31ede8804ebf860b39
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 COMMUNITY_ID = "community_id";
    public static final String LOGIN_USER_INFO = "login_user_info:";
}