mirror of
https://gh-proxy.org/https://github.com/tiajinsha/JKVideo
synced 2026-07-08 23:43:52 +08:00
1
This commit is contained in:
@@ -35,12 +35,18 @@ export interface Comment {
|
||||
}
|
||||
|
||||
export interface PlayUrlResponse {
|
||||
durl: Array<{
|
||||
durl?: Array<{
|
||||
url: string;
|
||||
length: number;
|
||||
size: number;
|
||||
}>;
|
||||
dash?: {
|
||||
video: Array<{ id: number; baseUrl: string; codecs: string; bandwidth: number }>;
|
||||
audio: Array<{ id: number; baseUrl: string; codecs: string; bandwidth: number }>;
|
||||
};
|
||||
quality: number;
|
||||
accept_quality: number[];
|
||||
accept_description: string[];
|
||||
}
|
||||
|
||||
export interface QRCodeInfo {
|
||||
|
||||
Reference in New Issue
Block a user