This commit is contained in:
2024-07-23 13:43:03 +05:00
parent 88259e88a4
commit 9b45776d5d
2 changed files with 4 additions and 2 deletions

View File

@@ -63,7 +63,8 @@ function sendSMS(string|int $phone, string|int $message)
"Text": "'.$message.'"
}
}';
$request = new GuzzleRequest('POST', 'http://10.3.158.103:8080/kpsmsroute/online.request', $headers, $body);
// 10.3.158.103
$request = new GuzzleRequest('POST', 'http://10.3.158.28:8080/kpsmsroute/online.request', $headers, $body);
try {
$res = $client->sendAsync($request)->wait();