作者 lyh

gx脚本

@@ -48,7 +48,7 @@ class AiCommandService @@ -48,7 +48,7 @@ class AiCommandService
48 "apikey: $this->api_key", 48 "apikey: $this->api_key",
49 "Content-Type:application/json;charset=utf-8", 49 "Content-Type:application/json;charset=utf-8",
50 ); 50 );
51 - $result = $this->http_post($this->url,json_encode($param,true),$header); 51 + $result = http_post($this->url,json_encode($param,true),$header);
52 return $result; 52 return $result;
53 } 53 }
54 54