作者 赵彬吉

update

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