我正在尝试使用textlocal a在nodejs中创建具有otp的登录。我可以通过以下代码将otp发送到该号码,我如何验证OTP并重新登录成功。Alternatively you can use your Textlocal password in plain text.var data='usernameusername+'&hash='+hash+'&sender='+sender+'&numbers=
我正在使用文本本地(textlocal.com)来发送文本消息,下面是我发送消息所需的代码:$ch = curl_init('httpscurl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$result = curl_exec($ch); //This is the result from Textlocal
所以问题是,当我从firebase数据库中检索所有学生的姓名、百分比、电话号码并使用Textlocal API向他们发送SMS时,它只向一个用户发送SMS,而对于其余未发送的用户则发送SMS。// Send data
HttpURLConnection conn = (HttpURLConnection) new URL("https://api.textlocal.in