feat: send live msg

This commit is contained in:
bggRGjQaUbCoE
2024-11-03 20:45:41 +08:00
parent 0fbfb01b3d
commit 0e5f08b23c
4 changed files with 124 additions and 3 deletions

View File

@@ -283,6 +283,8 @@ class Api {
static const String liveRoomInfo =
'${HttpString.liveBaseUrl}/xlive/web-room/v2/index/getRoomPlayInfo';
static const String sendLiveMsg = '${HttpString.liveBaseUrl}/msg/send';
// 直播间详情 H5
static const String liveRoomInfoH5 =
'${HttpString.liveBaseUrl}/xlive/web-room/v1/index/getH5InfoByRoom';