新增锁定屏幕功能
This commit is contained in:
@ -13,10 +13,15 @@ public class ShiroConstants
|
||||
public static final String CURRENT_USER = "currentUser";
|
||||
|
||||
/**
|
||||
* 用户名
|
||||
* 用户名字段
|
||||
*/
|
||||
public static final String CURRENT_USERNAME = "username";
|
||||
|
||||
/**
|
||||
* 锁定屏幕字段
|
||||
*/
|
||||
public static final String LOCK_SCREEN = "lockscreen";
|
||||
|
||||
/**
|
||||
* 消息key
|
||||
*/
|
||||
|
Reference in New Issue
Block a user