mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2026-01-12 12:30:42 +08:00
Update dwnc.js
This commit is contained in:
parent
65708b7301
commit
bbd73a0988
3
dwnc.js
3
dwnc.js
@ -259,6 +259,7 @@ class UserInfo {
|
||||
await taskIdObject[taskId]()
|
||||
} else {
|
||||
let btd = getMiddleValue('btd=', '&', jumpUrl)
|
||||
btd = Number(btd)
|
||||
//console.log(`JUMP URL 数据${jumpUrl}`);
|
||||
//console.log(`BTD 数据${btd}`);
|
||||
let taskTypeIfObject = {
|
||||
@ -433,6 +434,8 @@ class UserInfo {
|
||||
async task_signIn2() { // 签到 领取水滴
|
||||
try {
|
||||
let options = {
|
||||
method: 'POST',
|
||||
|
||||
url: `https://app.dewu.com/hacking-game-center/v1/sign/sign?sign=fe26befc49444d362c8f17463630bdba`,
|
||||
headers: this.headersPost,
|
||||
body: JSON.stringify({})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user