Commit e9fcf6b0 authored by wang's avatar wang

f9

parent 12233453
This diff is collapsed.
...@@ -5612,8 +5612,8 @@ export class PxEnv { ...@@ -5612,8 +5612,8 @@ export class PxEnv {
"PX12509": false, "PX12509": false,
"PX12510": "", // "PX12511": "macOS", "PX12510": "", // "PX12511": "macOS",
"PX12511": this.ENV.useragentdata.highvalue ? this.ENV.useragentdata.highvalue.platform : undefined, // "PX12512": "13.5.0",// platformVersion "PX12511": this.ENV.useragentdata.highvalue ? this.ENV.useragentdata.highvalue.platform : undefined, // "PX12512": "13.5.0",// platformVersion
"PX12512": this.ENV.useragentdata.highvalue ? this.ENV.useragentdata.highvalue.platformVersion : undefined, // "PX12513": "117.0.5938.149", //Mu["uaFullVersion"] "PX12512": this.ENV.useragentdata.highvalue ? this.ENV.useragentdata.highvalue.platformversion : undefined, // "PX12513": "117.0.5938.149", //Mu["uaFullVersion"]
"PX12513": this.ENV.useragentdata.highvalue ? this.ENV.useragentdata.highvalue.uaFullVersion : undefined, //Mu["uaFullVersion"] "PX12513": this.ENV.useragentdata.highvalue ? this.ENV.useragentdata.highvalue.uafullversion : undefined, //Mu["uaFullVersion"]
"PX12548": true, "PX12548": true,
// "PX12552": "function share() {\n [native code]\n}", // "PX12552": "function share() {\n [native code]\n}",
......
...@@ -31,8 +31,8 @@ async function sleep(ms) { ...@@ -31,8 +31,8 @@ async function sleep(ms) {
} }
class PxBypass { class PxBypass {
tag = "v8.9.0" tag = "v8.9.6"
ft = "324" ft = "330"
constructor() { constructor() {
this.flag = false this.flag = false
...@@ -116,18 +116,18 @@ class PxBypass { ...@@ -116,18 +116,18 @@ class PxBypass {
this.log.info('ua', this.ua) this.log.info('ua', this.ua)
let proxyRes = await axios({ // let proxyRes = await axios({
method: 'post', // method: 'post',
url: 'http://ymx-lcc.unififi.com/proxy/get-proxy', // url: 'http://ymx-lcc.unififi.com/proxy/get-proxy',
headers: { // headers: {
'Content-Type': 'application/json' // 'Content-Type': 'application/json'
}, // },
data: JSON.stringify({ // data: JSON.stringify({
'name': 'NK', // 'name': 'NK',
'type': 'shopping' // 'type': 'shopping'
}) // })
}) // })
this.prox = proxyRes.data.url; // this.prox = proxyRes.data.url;
this.log.info(`proxy ${this.prox}`) this.log.info(`proxy ${this.prox}`)
} }
......
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