mod: 接口整理、增加up粉丝请求
This commit is contained in:
@ -5,8 +5,12 @@ class Api {
|
||||
static const String hotList = '/x/web-interface/popular';
|
||||
// 视频详情
|
||||
// 竖屏 https://api.bilibili.com/x/web-interface/view?aid=527403921
|
||||
static const String videoDetail = '/x/web-interface/view';
|
||||
static const String videoIntro = '/x/web-interface/view';
|
||||
|
||||
// 视频详情页 相关视频
|
||||
static const String relatedList = '/x/web-interface/archive/related';
|
||||
|
||||
// 用户(被)关注数、投稿数
|
||||
// https://api.bilibili.com/x/relation/stat?vmid=697166795
|
||||
static const String userStat = '/x/relation/stat';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user