puzhibing
2023-10-08 22199bbdda579861736420fe26c2873ab0f5d21c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
package com.sinata.rest.core.easemob;
 
/**
 * <p>
 * 环信账户前缀
 * </p>
 *
 * @ClassName com.sinata.rest.core.easemob.ConstEasemobKeyPrefix
 * @Description 环信账户前缀
 * @Author sl
 * @Date 2023/3/21 15:37
 */
public class ConstEasemobKeyPrefix {
 
    /**
     * 用户账户前缀
     */
    public static final String USER = "u";
    /**
     * 门店账户前缀
     */
    public static final String MERCHANT = "m";
 
}