clickMatrix bugfix
This commit is contained in:
parent
a1739e627e
commit
41752e1f2e
@ -156,7 +156,7 @@ class CitizenBaseAPI:
|
||||
) -> Response:
|
||||
env = dict(l=['tets', ], s=[], c=["l_chathwe", "l_chatroom"], m=0)
|
||||
data = dict(_token=self.token, captchaId=captcha, imageId=image, challengeId=challenge,
|
||||
clickMatrix=coords, isMobile=0, env=utils.b64json(env), src=src)
|
||||
clickMatrix=utils.json_dumps(coords).replace(' ', ''), isMobile=0, env=utils.b64json(env), src=src)
|
||||
return self.post(f'{self.url}/main/sessionUnlock', data=data)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user