增加播放header

This commit is contained in:
Saul Hetherman
2024-07-12 10:47:12 +08:00
parent 16f274c756
commit a8ab318f20

View File

@@ -99,6 +99,10 @@ class RepVideoDetail {
class RepVideoPlayUrl {
constructor() {
this.data = "";
/**
* 播放视频的请求header
**/
this.headers;
this.error = "";
}
}