更新 HandleWeChatMsgService.java

This commit is contained in:
2023-12-12 18:53:58 +08:00
parent 28c97c4819
commit 9668802a46

View File

@@ -52,8 +52,8 @@ public class HandleWeChatMsgService {
text.setContent("你有一条微信通知\n"+
"\nsender: " + weChatMsg.getSender() +
"\ntitle: "+ weChatMsg.getTitle() +
"接受时间: " +weChatMsg.getCurrentTime() +
"\n内容: \n\n"+ weChatMsg.getMessage());
"\n接受时间: " +weChatMsg.getCurrentTime() +
"\n\n内容: \n"+ weChatMsg.getMessage());
textMessage.setText(text);
logger.info("TextMessage: {}", textMessage);
return textMessage;