直播一部分

This commit is contained in:
2020-10-16 09:34:55 +08:00
parent ad1c54fdc9
commit bfcf22b479
4 changed files with 30 additions and 10 deletions

View File

@@ -10,6 +10,7 @@ declare module 'axios' {
code: number;
msg: string;
data: T;
total: number;
[keys: string]: any;
}
}
@@ -87,4 +88,11 @@ export interface LiveList {
statusname: string;
starttime: string;
begin: number;
}
export interface LivelistInfo {
data: LiveList[];
code: number;
msg: string;
total: number;
}