作者 赵彬吉

update

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