feat(auth): 实现扫码登录功能并优化邮件模板

- 新增 QrLoginController、QrLoginService、QrLoginData等类实现扫码登录功能
- 更新邮件模板中的公司名称、网址等信息
- 添加 JWT 配置项
- 优化应用配置文件,启用 Jackson 对 Java 8 时间类型的支持
This commit is contained in:
2025-09-01 11:32:01 +08:00
parent c23302d9d3
commit 8529a826d7
20 changed files with 689 additions and 36 deletions

View File

@@ -98,7 +98,7 @@ emailTemplateUtil.sendNotificationEmailWithAction(
"您的订单已发货",
"user@example.com",
1001,
"https://www.gxwebsoft.com/orders/12345",
"https://websoft.top/orders/12345",
"查看订单"
);
```