feat: 未读动态计数

This commit is contained in:
guozhigq
2024-01-21 20:30:51 +08:00
parent 7428cde108
commit dad4a28eb8
4 changed files with 97 additions and 31 deletions

View File

@ -467,4 +467,7 @@ class Api {
/// page_size
static const getSeasonDetailApi =
'/x/polymer/web-space/seasons_archives_list';
/// 获取未读动态数
static const getUnreadDynamic = '/x/web-interface/dynamic/entrance';
}