Commit 47702bf5 authored by wang's avatar wang

收集环境

parent 4f887df1
......@@ -143,7 +143,7 @@ class PxBypass {
// this.prox = `http://user-uni001-region-us-sessid-${randint(1000, 5000)}-sesstime-5-keep-true:q39CEBTs5A5YQXor@pr.roxlabs.cn:4600`
// this.prox = `http://unfflcc:76cc14-47b8dd-1f8ace-827836-0c740e@usa.rotating.proxyrack.net:${randint(10000, 13500)}`
this.cookies['token'] = token;
this.cookies['tokenData'] = "{\"token\":\"" + token + "\",\"idleTimeoutInMinutes\":15,\"lastUsedTimeInMilliseconds\":1724737933031}"
this.cookies['tokenData'] = "{\"token\":\"" + token + "\",\"idleTimeoutInMinutes\":15,\"lastUsedTimeInMilliseconds\":"+Date.now()+"}"
let cks = Object.keys(this.cookies).map((v, k) => `${v}=${this.cookies[v]}`).join('; ')
this.log.info('cookie', cks)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment