diff --git a/js/core/uzCode.js b/js/core/uzCode.js index 922d433..6492573 100644 --- a/js/core/uzCode.js +++ b/js/core/uzCode.js @@ -99,6 +99,10 @@ class RepVideoDetail { class RepVideoPlayUrl { constructor() { this.data = ""; + /** + * 播放视频的请求header + **/ + this.headers; this.error = ""; } }