wip
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -31,7 +31,8 @@ return [
|
||||
'exclude' => [
|
||||
base_path('vendor'),
|
||||
base_path('node_modules'),
|
||||
storage_path('app/Laravel'),
|
||||
storage_path('app/Panel'),
|
||||
storage_path('app/TBBANK'),
|
||||
storage_path('app/backup-temp'),
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user