|
...
|
...
|
@@ -189,7 +189,7 @@ class ProjectAssociationServices extends BaseService |
|
|
|
];
|
|
|
|
$param['sign'] = $this->getSign($param);
|
|
|
|
$url = 'https://hub.ai.cc/api/globalso_ai_customer_service/send_msg';
|
|
|
|
$result = Http::withoutVerifying()->timeout(10)->post($url, $param)->json();
|
|
|
|
$result = Http::withoutVerifying()->timeout(30)->post($url, $param)->json();
|
|
|
|
if(empty($result) || $result['status'] != 200){
|
|
|
|
throw new \Exception($result['message'] ?? '');
|
|
|
|
}
|
...
|
...
|
|