yowsup icon indicating copy to clipboard operation
yowsup copied to clipboard

virtual phone doesn't receiving SMS code

Open GreenSeed opened this issue 7 years ago • 0 comments

I send request for sms with WACodeRequest but phone doesn't recieving it

phone = "79252283721"
result = WACodeRequest(phone[0], phone[1:]).send()
{'status': u'sent', 'kind': None, 'code': None, 'pw': None, 'price': None, 'price_expiration': None, 'retry_after': 1805, 'currency': None, 'length': 6, 'cost': None, 'param': None, 'reason': None, 'login': u'79252283721', 'type': None, 'method': u'sms', 'expiration': None}

what I shoud do?

GreenSeed avatar Apr 29 '17 17:04 GreenSeed