Skip to content

Commit 7021c22

Browse files
committed
1 parent 2108765 commit 7021c22

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Task/midu_Read.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ function addDraw() {
212212
url = {
213213
url: 'https://apiwz.midukanshu.com/wz/task/weekReward',
214214
headers: {},
215-
body: drawVal
215+
body: drawVal+"&draw_num=28&sign=36646430333630313c3c353c6661326136333266326036353663333232363d3d"
216216
}
217217
url.headers['Host'] = 'apiwz.midukanshu.com'
218218
url.headers['Content-Type'] = 'application/x-www-form-urlencoded'
@@ -222,12 +222,12 @@ function addDraw() {
222222
// $.log(`🐍🐢 ${cookieName} addDraw - response: ${JSON.stringify(data)}\n`)
223223
add_Draw = JSON.parse(data)
224224
if(add_Draw.code==0){
225-
console.log("额外奖励:"+add_Draw.data.msg)
225+
console.log("转盘额外奖励:"+add_Draw.data.msg)
226226
}
227227
resolve()
228228
} catch (e) {
229229
// $.msg(cookieName, `额外奖励: 失败`, `说明: ${e}`)
230-
$.log(`❌ ${cookieName} addDraw - 额外奖励失败: ${e}`)
230+
$.log(`❌ ${cookieName} addDraw - 转盘额外奖励失败: ${e}`)
231231
$.log(`❌ ${cookieName} addDraw - response: ${JSON.stringify(data)}\n`)
232232
resolve()
233233
}

0 commit comments

Comments
 (0)