mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 15:25:10 +08:00
硬声
修复点咋BUG
This commit is contained in:
@@ -217,7 +217,7 @@ class UserInfo {
|
|||||||
let options = {
|
let options = {
|
||||||
url: `https://ysapi.elecfans.com/api/video/publish/thumbsup`,
|
url: `https://ysapi.elecfans.com/api/video/publish/thumbsup`,
|
||||||
headers: this.getHeaders_ANDROID(data),
|
headers: this.getHeaders_ANDROID(data),
|
||||||
body: `type=1&video_id=27679`
|
body: `type=1&video_id=${id}`
|
||||||
},
|
},
|
||||||
result = await httpRequest(options);
|
result = await httpRequest(options);
|
||||||
//console.log(options);
|
//console.log(options);
|
||||||
|
|||||||
Reference in New Issue
Block a user