fix:钉钉消息发送

This commit is contained in:
Zhujx
2025-08-05 11:17:30 +08:00
parent 65eea78204
commit d8511c9c48

View File

@@ -98,7 +98,7 @@ public class GLaDOSServiceImpl implements GLaDOSService{
log.warn("签到失败,用户:{}, cookie过期:{}", user.getEmail(), gLaDOSResponse.getMessage());
String message = "[时间:" + LocalDateTime.now() + "] 用户: " + user.getEmail() + ",签到消息: " + gLaDOSResponse.getMessage();
try {
dingTalkService.sendChatMessage(chatId, message);
dingTalkService.sendRobotMessage(message);
} catch (Exception e) {
log.error("发送钉钉消息失败", e);
}