Merge branch 'feature-liveDanmaku'

This commit is contained in:
guozhigq
2024-08-26 00:16:37 +08:00
13 changed files with 1140 additions and 39 deletions

View File

@ -558,4 +558,11 @@ class Api {
/// 系统通知标记已读
static const String systemMarkRead =
'${HttpString.messageBaseUrl}/x/sys-msg/update_cursor';
/// 直播间弹幕信息
static const String getDanmuInfo =
'${HttpString.liveBaseUrl}/xlive/web-room/v1/index/getDanmuInfo';
/// 直播间发送弹幕
static const String sendLiveMsg = '${HttpString.liveBaseUrl}/msg/send';
}