feat: 登录信息缓存

This commit is contained in:
guozhigq
2023-05-17 14:26:32 +08:00
parent 75ed91c29d
commit 13cecf5b84
6 changed files with 216 additions and 17 deletions

View File

@ -1,6 +1,6 @@
class Api {
// 推荐视频
static const String recommendList = '/x/web-interface/index/top/rcmd';
static const String recommendList = '/x/web-interface/index/top/feed/rcmd';
// 热门视频
static const String hotList = '/x/web-interface/popular';