This commit is contained in:
2023-12-02 13:52:22 +05:00
parent e194d9e6c3
commit 5d12670988

View File

@@ -28,7 +28,7 @@ function sendSMS(string|int $phone, string|int $message)
$request = new Request('POST', 'http://10.3.158.103:8080/kpsmsroute/online.request', $headers, $body);
try {
$res = $client->sendAsync($request, $options)->wait();
$res = $client->sendAsync($request)->wait();
return $res->getBody();
} catch (\Exception $e) {