正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 |
-
请 注册 或 登录 后发表评论