feat: 直播弹幕发送

This commit is contained in:
guozhigq
2024-08-22 20:24:21 +08:00
parent 69590c6092
commit 44910b35d9
4 changed files with 145 additions and 75 deletions

View File

@ -558,4 +558,7 @@ class Api {
/// 直播间弹幕信息
static const String getDanmuInfo =
'${HttpString.liveBaseUrl}/xlive/web-room/v1/index/getDanmuInfo';
/// 直播间发送弹幕
static const String sendLiveMsg = '${HttpString.liveBaseUrl}/msg/send';
}