代码调整

This commit is contained in:
2023-06-15 16:01:50 +08:00
parent d9468d2c5e
commit 4350a2c342
22 changed files with 720 additions and 42 deletions

View File

@@ -16,6 +16,11 @@ public enum RedisKeyEnum {
ROLE_FUNCTION_KEY("ROLES_FUNCTIONS",-1L),
PUBLIC_FUNCTIONS_KEY("PUBLIC_FUNCTIONS",-1L),
/***
* app短信验证码保存10分钟缓存
*/
SMS_LOGIN_KEY("SMS_LOGIN",10L),
/**
* 终端信息查询缓存的公共key前缀
*/