mirror of
https://github.com/sijiyo/projects.git
synced 2025-04-19 19:24:52 +08:00
Update mian.py
This commit is contained in:
parent
94d9f32e3f
commit
33440c7733
@ -22,7 +22,6 @@ def main(captchaId, challenge):
|
|||||||
detail_time = res['data']["pow_detail"]["datetime"]
|
detail_time = res['data']["pow_detail"]["datetime"]
|
||||||
with open('jiyan.js', 'r', encoding='utf-8') as f:
|
with open('jiyan.js', 'r', encoding='utf-8') as f:
|
||||||
js = execjs.compile(f.read())
|
js = execjs.compile(f.read())
|
||||||
key = js.call('get_key')
|
|
||||||
w = js.call('get_w', captchaId, lot_number, detail_time)
|
w = js.call('get_w', captchaId, lot_number, detail_time)
|
||||||
url = "https://gcaptcha4.geetest.com/verify"
|
url = "https://gcaptcha4.geetest.com/verify"
|
||||||
params = {
|
params = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user