mirror of
https://github.com/qitoqito/psyduck.git
synced 2026-01-15 23:21:16 +08:00
Update jd_task_checkCookie.js
This commit is contained in:
parent
d038d6c01a
commit
3b749bf993
@ -53,7 +53,7 @@ export class Main extends Template {
|
|||||||
p.log("账户还未过期")
|
p.log("账户还未过期")
|
||||||
this.valid(user, true)
|
this.valid(user, true)
|
||||||
}
|
}
|
||||||
if (this.haskey(s, 'islogin', '0')) {
|
else if (this.haskey(s, 'islogin', '0')) {
|
||||||
p.log("账户过期")
|
p.log("账户过期")
|
||||||
expire = 1
|
expire = 1
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user