Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. https://requests.service.banki.ru/form/960/submit",
  2. params={
  3. "callback": "submitCallback",
  4. "name": self.russian_name,
  5. "phone": "+" + self.formatted_phone,
  6. "email": self.email,
  7. "gorod": "Москва",
  8. "approving_data": "1",
  9. },
  10. )
  11.  
  12. https://3040.com.ua/taxi-ordering", data={"callback-phone": self.formatted_phone},
  13. )
  14.  
  15. https://aitu.io/kz.btsd.messenger.auth.AuthService/SendCode",
  16. headers={"Content-Type": "application/grpc-web-text"},
  17. data=b64encode(
  18. f"\x00\x00\x00\x00{prefixes[self.phone_code]}{self.formatted_phone}".encode()
  19. ),
  20. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement