diff --git a/yingsheng.js b/yingsheng.js index a247d2d1..72d76c7b 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);