Merge branch 'fix-liveHistory'

This commit is contained in:
guozhigq
2024-09-29 14:11:02 +08:00
3 changed files with 28 additions and 0 deletions

View File

@ -588,4 +588,8 @@ class Api {
///
static const String getViewInfo = '/x/article/viewinfo';
/// 直播间记录
static const String liveRoomEntry =
'${HttpString.liveBaseUrl}/xlive/web-room/v1/index/roomEntryAction';
}