Commit e193ae9e authored by wang's avatar wang

按压验证码

parent ff4e9e4d
...@@ -112,7 +112,8 @@ class PxBypass { ...@@ -112,7 +112,8 @@ class PxBypass {
g["d"]["PX12348"] = false; g["d"]["PX12348"] = false;
// g["d"]["PX11645"] = this.url; // g["d"]["PX11645"] = this.url;
} }
if (data[0] && data[0]['d']) {
if (data[0] && data[0]['d'] && data[0].t !== "PX11590") {
data[0]["d"]["PX11645"] = this.url; data[0]["d"]["PX11645"] = this.url;
} }
try { try {
...@@ -488,7 +489,7 @@ async function run() { ...@@ -488,7 +489,7 @@ async function run() {
// await px.step2() // await px.step2()
await px.sleep(1500) await px.sleep(1500)
await px.step3() await px.step3()
await px.sleep(4000) await px.sleep(8000)
await px.step4() await px.step4()
// await px.sleep(1500) // await px.sleep(1500)
......
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