Update: 2026-06-23 18:18:30
This commit is contained in:
@@ -183,14 +183,14 @@ function sendIntaleqOtp(string $receiver, string $otp, string $method = 'whatsap
|
||||
$apiUrl = 'https://otp.intaleqapp.com/api/request-otp.php';
|
||||
$payload = [
|
||||
'phone' => $receiver,
|
||||
'app_key' => $appKey,
|
||||
'device_type' => 'android',
|
||||
'method' => $method,
|
||||
'code' => $otp
|
||||
];
|
||||
|
||||
$response = curlCall("POST", $apiUrl, json_encode($payload), [
|
||||
'Content-Type: application/json',
|
||||
"X-App-Key: $appKey"
|
||||
'Content-Type: application/json'
|
||||
]);
|
||||
|
||||
if ($response) {
|
||||
|
||||
Reference in New Issue
Block a user