feat: 黑名单查看、屏蔽黑名单用户推荐/最热 #22

This commit is contained in:
guozhigq
2023-08-15 14:43:20 +08:00
parent 1fe234d702
commit eb38dfc313
9 changed files with 306 additions and 3 deletions

View File

@ -278,4 +278,7 @@ class Api {
// 我的订阅
static const String bangumiFollow =
'/x/space/bangumi/follow/list?type=1&follow_status=0&pn=1&ps=15&ts=1691544359969';
// 黑名单
static const String blackLst = '/x/relation/blacks';
}