websocket获取关注数与粉丝数

This commit is contained in:
2024-09-29 15:55:12 +08:00
parent 08dcd03468
commit aae1442a6f
3 changed files with 16 additions and 1 deletions

View File

@@ -18,6 +18,8 @@ public interface MessageCenterService extends IService<Notification> {
void prePushMessage(Notification notification);
void pushMessage(String type, Long receiverId);
void cancelPushMessage(String type, Long senderId, Long receiverId, Long portfolioId, Long commentId);
Boolean setReadStatus(List<Long> notificationIdList, String type);