gloriajeans.py 294 B

12345678910
  1. from db0mb3r.services.service import Service
  2. class GloriaJeans(Service):
  3. phone_codes = [7]
  4. async def run(self):
  5. await self.post('https://www.gloria-jeans.ru/phone-verification/send-code/registration',
  6. json={"phoneNumber": "+" + self.formatted_phone})