Skip to content

Commit

Permalink
硬声
Browse files Browse the repository at this point in the history
修复点咋BUG
  • Loading branch information
smallfawn committed Aug 29, 2023
1 parent 1b07456 commit 34a1561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yingsheng.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 34a1561

Please sign in to comment.