Compare commits

..

No commits in common. "6355f1e66ba7783e2e9418b55721b117d3c9b7bc" and "258c7c058f600b5e25551f2cf3c11dc106ac6ceb" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

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