mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-29 04:51:58 +08:00
[feat] 新增根据手机号模糊查询用户的接口
This commit is contained in:
@@ -22,6 +22,11 @@ public class SecurityConstants
|
||||
*/
|
||||
public static final String AUTHORIZATION_HEADER = "Authorization";
|
||||
|
||||
/**
|
||||
* WEBSOCKET头字段
|
||||
*/
|
||||
public final static String WEBSOCKET_HEADER = "Sec-WebSocket-Key";
|
||||
|
||||
/**
|
||||
* 请求来源
|
||||
*/
|
||||
|
||||
@@ -16,7 +16,4 @@ public class TokenConstants
|
||||
* 令牌秘钥
|
||||
*/
|
||||
public final static String SECRET = "abcdefghijklmnopqrstuvwxyz";
|
||||
|
||||
public final static String WEBSOCKET_HEADER = "Sec-WebSocket-Key";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user