Commit e58d8a12 authored by wang's avatar wang

更换环境

parent 4be2a7e1
...@@ -171,24 +171,23 @@ def unsinged_right_shift(x, y): ...@@ -171,24 +171,23 @@ def unsinged_right_shift(x, y):
class PxBypass(): class PxBypass():
tag = "v8.7.2"
ft = "317"
appId = "PXVb73hTEg"
def __init__(self, target_url):
# PX11431 o111ooo1 # PX11431 o111ooo1
ts: str = '' self.ts: str = ''
cs: str = '' self.cs: str = ''
# PX15454 o111oooo # PX15454 o111oooo
num1: int = '' self.num1: int = 0
# PX11701 111o1o # PX11701 111o1o
num2: str = '' self.num2: str = ''
# PX11701 111o1o # PX11701 111o1o
str1: str = '' self.str1: str = ''
vid: str = '' self.vid: str = ''
sid: str = '' self.sid: str = ''
cts: str = '' self.cts: str = ''
tag = "v8.7.2"
ft = "317"
appId = "PXVb73hTEg"
def __init__(self, target_url):
self.cookies = {} self.cookies = {}
self.log = logger.bind(module_name='px') self.log = logger.bind(module_name='px')
...@@ -296,7 +295,7 @@ class PxBypass(): ...@@ -296,7 +295,7 @@ class PxBypass():
self.px12280 = self.startTs2 + self.performanceNow self.px12280 = self.startTs2 + self.performanceNow
def run(self): def run(self):
# self._init() self._init()
self.seq = 0 self.seq = 0
self.rsc = 1 self.rsc = 1
self._step_1() self._step_1()
......
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