Commit e9fcf6b0 authored by wang's avatar wang

f9

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