修复点咋BUG
This commit is contained in:
smallfawn 2023-08-29 19:41:06 +08:00 committed by GitHub
parent 1b0745638a
commit 34a1561d7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);