app权限适配

This commit is contained in:
2025-06-23 18:34:30 +08:00
parent 3278b789dd
commit fb94eaf97c
14 changed files with 205 additions and 46 deletions

View File

@ -107,6 +107,8 @@ jwt:
token-validity-in-seconds: 14400000
# 在线用户key
online-key: "online_token:"
# app在线用户key
app_online-key: "app_online_token:"
# 验证码
code-key: "captcha_code:"
# token 续期检查时间范围默认30分钟单位毫秒在token即将过期的一段时间内用户操作了则给用户的token续期