feat: 最近追番

This commit is contained in:
guozhigq
2023-08-09 10:35:26 +08:00
parent c4910e7bce
commit d71790b03a
6 changed files with 201 additions and 94 deletions

View File

@ -274,4 +274,8 @@ class Api {
// type=1
static const String bangumiList =
'/pgc/season/index/result?st=1&order=3&season_version=-1&spoken_language_type=-1&area=-1&is_finish=-1&copyright=-1&season_status=-1&season_month=-1&year=-1&style_id=-1&sort=0&season_type=1&pagesize=20&type=1';
// 我的订阅
static const String bangumiFollow =
'/x/space/bangumi/follow/list?type=1&follow_status=0&pn=1&ps=15&ts=1691544359969';
}