Commit e985e99b authored by wang's avatar wang

按压验证码

parent e193ae9e
...@@ -268,18 +268,15 @@ class PxBypass { ...@@ -268,18 +268,15 @@ class PxBypass {
this.startTs2 = t2 this.startTs2 = t2
this.performanceNow = randint(3000, 5000) this.performanceNow = randint(3000, 5000)
this.px12280 = this.startTs2 this.px12280 = this.startTs2
if (this.uuid === '') { // if (this.uuid === '') {
this.uuid = genUuid() this.uuid = genUuid()
} // }
let data = [{ let data = [{
"t": "PX12095", "t": "PX12095",
"d": { "d": {
"PX11645": this.url, "PX12207": 0, "PX12458": "MacIntel", "PX11902": 0, "PX11645": this.url, "PX12207": 0, "PX12458": "MacIntel", "PX11902": 0,
"PX11560": randint(600, 800), "PX12248": 3600, "PX11385": t1, "PX12280": t2, "PX11560": randint(600, 800), "PX12248": 3600, "PX11385": t1, "PX12280": t2,
"PX11496": this.uuid, "PX12564": null, "PX12565": -1, "PX11496": this.uuid, "PX12564": null, "PX12565": -1,
"PX11379": true, "PX12307": "PX11745",
"PX11668": "pxhc",
"PX12348": false
} }
}] }]
let res = await this.do_collector(data) let res = await this.do_collector(data)
......
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