From a8ab318f20665bf2636fd33e4fb4c1f97d1a351e Mon Sep 17 00:00:00 2001 From: Saul Hetherman <126445083+YYDS678@users.noreply.github.com> Date: Fri, 12 Jul 2024 10:47:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=92=AD=E6=94=BEheader?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/core/uzCode.js | 4 ++++ 1 file changed, 4 insertions(+) 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 = ""; } }