增加播放header
This commit is contained in:
@@ -99,6 +99,10 @@ class RepVideoDetail {
|
|||||||
class RepVideoPlayUrl {
|
class RepVideoPlayUrl {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.data = "";
|
this.data = "";
|
||||||
|
/**
|
||||||
|
* 播放视频的请求header
|
||||||
|
**/
|
||||||
|
this.headers;
|
||||||
this.error = "";
|
this.error = "";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user