websocket获取关注数与粉丝数
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user