From 34a1561d7b8ea697e3a74a930436e7b4c041613a Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Tue, 29 Aug 2023 19:41:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A1=AC=E5=A3=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复点咋BUG --- yingsheng.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yingsheng.js b/yingsheng.js index a247d2d..72d76c7 100644 --- a/yingsheng.js +++ b/yingsheng.js @@ -217,7 +217,7 @@ class UserInfo { let options = { url: `https://ysapi.elecfans.com/api/video/publish/thumbsup`, headers: this.getHeaders_ANDROID(data), - body: `type=1&video_id=27679` + body: `type=1&video_id=${id}` }, result = await httpRequest(options); //console.log(options);