http 初始化
This commit is contained in:
7
lib/http/api.dart
Normal file
7
lib/http/api.dart
Normal file
@ -0,0 +1,7 @@
|
||||
class Api {
|
||||
// 推荐视频
|
||||
static const String recommendList = '/x/web-interface/index/top/feed/rcmd';
|
||||
// 视频详情
|
||||
// 竖屏 https://api.bilibili.com/x/web-interface/view?aid=527403921
|
||||
static const String videoDetail = '/x/web-interface/view';
|
||||
}
|
||||
Reference in New Issue
Block a user