ws
This commit is contained in:
@@ -204,11 +204,7 @@ public class MessageCenterServiceImpl extends ServiceImpl<NotificationMapper, No
|
|||||||
String jsonString = JSON.toJSONString(resp);
|
String jsonString = JSON.toJSONString(resp);
|
||||||
// log.info("消息推送 : {}", jsonString);
|
// log.info("消息推送 : {}", jsonString);
|
||||||
|
|
||||||
try {
|
notificationConnection.sendMsg(jsonString, receiverId);
|
||||||
notificationConnection.sendMsg(jsonString, receiverId);
|
|
||||||
} catch (IOException e) {
|
|
||||||
throw new RuntimeException(e);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 取消点赞、删除评论、取消关注
|
// 取消点赞、删除评论、取消关注
|
||||||
|
|||||||
Reference in New Issue
Block a user