Commit 974374d4 authored by wang's avatar wang

nk test

parent 5dfb9547
...@@ -727,9 +727,9 @@ class PxBypass { ...@@ -727,9 +727,9 @@ class PxBypass {
proxy: this.prox, proxy: this.prox,
random_tls: false, random_tls: false,
})); }));
if(res.data.status_code === 403){ // if(res.data.status_code === 403){
throw new Error("初始化403") // throw new Error("初始化403")
} // }
Object.assign(this.cookies, res.data.cookies) Object.assign(this.cookies, res.data.cookies)
// console.log(res.data) // console.log(res.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