mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
add stream lottery
This commit is contained in:
@@ -207,3 +207,24 @@ export interface VideoCollectDetail {
|
||||
table: VideoCollectTable
|
||||
videos: { info: VideoInfo; video: VideoCollectVideo }[]
|
||||
}
|
||||
export interface GameInfo {
|
||||
game_id: string
|
||||
}
|
||||
|
||||
export interface WebsocketInfo {
|
||||
auth_body: string
|
||||
wss_link: string[]
|
||||
}
|
||||
|
||||
export interface AnchorInfo {
|
||||
room_id: number
|
||||
uname: string
|
||||
uface: string
|
||||
uid: number
|
||||
}
|
||||
|
||||
export interface OpenLiveInfo {
|
||||
game_info: GameInfo
|
||||
websocket_info: WebsocketInfo
|
||||
anchor_info: AnchorInfo
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user