Commit dd908f54 authored by wang's avatar wang

1

parent adc5a286
...@@ -120,7 +120,6 @@ class Reese84ByPass(object): ...@@ -120,7 +120,6 @@ class Reese84ByPass(object):
}, json=data) }, json=data)
self.log.log('REQU', f'JSURL: code:{response.status_code} cost:{(time.time() - t3):.3f}s') self.log.log('REQU', f'JSURL: code:{response.status_code} cost:{(time.time() - t3):.3f}s')
# self.log.info(f'{response.json().keys()}') # self.log.info(f'{response.json().keys()}')
print(response.text)
assert response.json().get('return', False) != True, BaseException("js提交出错") assert response.json().get('return', False) != True, BaseException("js提交出错")
self._session.cookies.update({ self._session.cookies.update({
......
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