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