dns_shop.py 318 B

12345678910
  1. from db0mb3r.services.service import Service
  2. class DNSShop(Service):
  3. async def run(self):
  4. await self.post(
  5. "https://www.dns-shop.ru/order/order-single-page/check-and-initiate-phone-confirmation/",
  6. params={"phone": self.formatted_phone, "is_repeat": 0, "order_guid": 1},
  7. )