Commit 6a45bd2b authored by wang's avatar wang

js

parent 07d862f3
...@@ -40,7 +40,6 @@ class PxBypass { ...@@ -40,7 +40,6 @@ class PxBypass {
constructor(options) { constructor(options) {
this.log = log4js.getLogger('px') this.log = log4js.getLogger('px')
this.log.info(`proxy ${this.prox}`)
this.url = 'https://www.flyfrontier.com/' this.url = 'https://www.flyfrontier.com/'
this.log.level = 'debug' this.log.level = 'debug'
this.uuid = ''; this.uuid = '';
...@@ -204,7 +203,9 @@ class PxBypass { ...@@ -204,7 +203,9 @@ class PxBypass {
} }
async step1() { async step1() {
this.log.info('setp1') this.log.info(`proxy ${this.prox}`)
// this.log.info('setp1')
let t1 = new Date().getTime(); let t1 = new Date().getTime();
this.startTs = t1 this.startTs = t1
let t2 = t1 + randint(5, 30) let t2 = t1 + randint(5, 30)
......
...@@ -5746,7 +5746,7 @@ res.forEach(e => { ...@@ -5746,7 +5746,7 @@ res.forEach(e => {
}) })
uuid = '31fafcb0-8844-11ee-8d49-97ed9bc8f96f' uuid = '31fafcb0-8844-11ee-8d49-97ed9bc8f96f'
console.log(res) // console.log(res)
// startTs PX11385 // startTs PX11385
function genPayload4(url, sid, vid, ts, num1, num2, str1, uuid, startTs, startTs2, performanceNow, px11280, n) { function genPayload4(url, sid, vid, ts, num1, num2, str1, uuid, startTs, startTs2, performanceNow, px11280, n) {
......
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