Commit d2605a22 authored by wang's avatar wang

f9

parent d4b62654
...@@ -5217,7 +5217,7 @@ class PxBypass { ...@@ -5217,7 +5217,7 @@ class PxBypass {
})); }));
if (res.data.status_code === 200) { if (res.data.status_code === 200) {
// console.log(res.data.text) // console.log(res.data.text)
this.log.warn('success', res.data.status_code, res.data.text.includes('FlightData')) this.log.warn('success', res.data.status_code, res.data.text.includes('FlightData'), this.ua)
await this.add_headers(headers) await this.add_headers(headers)
} else { } else {
this.log.error('error', res.data.status_code) this.log.error('error', res.data.status_code)
......
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