1、认证auth service/controller单测完善;2、新增mes系统jwt token创建接口和相关配置;

This commit is contained in:
gaoqr
2026-01-13 11:13:59 +08:00
parent e22d73e0a8
commit 33d2209a47
18 changed files with 1144 additions and 392 deletions
@@ -333,6 +333,9 @@ justauth:
# JWT 密钥配置
jwt:
secret: BjEM0tnL3W5zYLQ6pllol49uYVXe+f66pHyOM/tkGWg=
mes-secret: 0d118b98602a332bd966bffa47b294c1
mes-aud: iMES
mes-token-ttl: 10m
--- #################### 验证码相关配置 ####################