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.'" "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 { try {
$res = $client->sendAsync($request)->wait(); $res = $client->sendAsync($request)->wait();

View File

@@ -31,7 +31,8 @@ return [
'exclude' => [ 'exclude' => [
base_path('vendor'), base_path('vendor'),
base_path('node_modules'), base_path('node_modules'),
storage_path('app/Laravel'), storage_path('app/Panel'),
storage_path('app/TBBANK'),
storage_path('app/backup-temp'), storage_path('app/backup-temp'),
], ],