|
...
|
...
|
@@ -65,7 +65,7 @@ class Gpt |
|
|
|
|
|
|
|
$time = time();
|
|
|
|
try {
|
|
|
|
$result = Http::withHeaders($this->header)->withOptions(['verify' => false])->acceptJson()
|
|
|
|
$result = Http::withoutVerifying()->withHeaders($this->header)->withOptions(['verify' => false])->acceptJson()
|
|
|
|
->withBody(json_encode($data, JSON_UNESCAPED_UNICODE), 'application/json')
|
|
|
|
->post($url);
|
|
|
|
$json = $result->json();
|
...
|
...
|
|