feat(core): 新增 Feature Ticket 鉴权体系与任务执行接口

This commit is contained in:
2026-02-05 14:42:41 +08:00
parent 89fe1c2f66
commit 553eadfaa6
15 changed files with 794 additions and 4 deletions

View File

@@ -107,4 +107,11 @@ sa-token:
md5:
salt: (-FhqvXO,wMz
ai_log_path: /test/ai_log
ai_log_path: /test/ai_log
# Feature Ticket 配置
feature-ticket:
# AES 加密密钥(必须是 16/24/32 字节,生产环境请修改)
aes-key: Ehq8aoQcJRXpgMbfZOt2ms7USgT5zGVr
# Ticket 默认有效期(秒),默认 5 分钟
default-expire-seconds: 300