feat(auth): 实现扫码登录功能并优化邮件模板
- 新增 QrLoginController、QrLoginService、QrLoginData等类实现扫码登录功能 - 更新邮件模板中的公司名称、网址等信息 - 添加 JWT 配置项 - 优化应用配置文件,启用 Jackson 对 Java 8 时间类型的支持
This commit is contained in:
@@ -98,7 +98,7 @@ emailTemplateUtil.sendNotificationEmailWithAction(
|
||||
"您的订单已发货",
|
||||
"user@example.com",
|
||||
1001,
|
||||
"https://www.gxwebsoft.com/orders/12345",
|
||||
"https://websoft.top/orders/12345",
|
||||
"查看订单"
|
||||
);
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user