fix(qdreader): match upstream finishWatch payload

This commit is contained in:
2026-05-22 01:53:35 +08:00
parent 11ab7559fe
commit 25d3f2c73b
4 changed files with 59 additions and 6 deletions
+3 -3
View File
@@ -4,7 +4,7 @@
//[author: Hermes]
//[service: BOSS]
//[class: 工具类]
//[version: 2.10.8]
//[version: 2.10.9]
//[platform: web,qq,wx,tg,tb,fs,we]
//[public: false]
//[price: 0]
@@ -276,7 +276,7 @@ function contentText() {
}
function usage() {
return [
"启点读书签到插件 v2.10.8",
"启点读书签到插件 v2.10.9",
"【一级菜单】",
"账号管理:启点账号",
"执行查询:启点查询",
@@ -593,7 +593,7 @@ function nested(obj, path) {
return cur
}
function makeVideoPayload(taskId) {
return { TaskId: String(taskId || ""), BanId: "0", BanMessage: "", Challenge: "", CaptchaType: "0", Fee: "", Gif: "", Gt: "", NewCaptcha: "0", Offline: "0", PhoneTicket: "", SessionKey: "" }
return { taskId: String(taskId || ""), BanId: "0", BanMessage: "", CaptchaAId: "", CaptchaURL: "", CaptchaType: "0", Challenge: "", Gt: "", NewCaptcha: "0", Offline: "0", PhoneNumber: "", SessionKey: "" }
}
function field(obj, names, def) {
for (var i = 0; i < names.length; i++) if (obj && obj[names[i]] !== undefined && obj[names[i]] !== null) return obj[names[i]]