mistercat.py 440 B

1234567891011
  1. from service import Service
  2. class MisterCat(Service):
  3. def send_sms(self):
  4. if self.country_code == 'ua':
  5. self.session.post('https://mistercat.com.ua/index.php',
  6. params={'option': 'com_ksenmart', 'view': 'profile', 'task': 'profile.sms_auth',
  7. 'tmpl': 'ksenmart'},
  8. data={'phone': self.formatted_phone, 'type': 'send'})