添加基础发送弹幕功能

This commit is contained in:
orz12
2023-12-11 11:44:23 +08:00
parent 4217fa26e2
commit ebbd280768
3 changed files with 165 additions and 0 deletions

View File

@ -312,6 +312,10 @@ class Api {
static const String webDanmaku = '/x/v2/dm/web/seg.so';
//发送视频弹幕
//https://github.com/SocialSisterYi/bilibili-API-collect/blob/master/docs/danmaku/action.md
static const String shootDanmaku = '/x/v2/dm/post';
// up主分组
static const String followUpTag = '/x/relation/tags';