@@ -41,7 +41,7 @@ |
||
| 41 | 41 | curl_setopt($chanel, CURLOPT_FRESH_CONNECT, true); //avoid a cached response |
| 42 | 42 | curl_setopt($chanel, CURLOPT_FAILONERROR, true); |
| 43 | 43 | curl_setopt($chanel, CURLOPT_TCP_FASTOPEN, true); |
| 44 | - $aReturn = [ |
|
| 44 | + $aReturn = [ |
|
| 45 | 45 | 'response' => curl_exec($chanel), |
| 46 | 46 | 'errNo' => curl_errno($chanel), |
| 47 | 47 | 'errMsg' => curl_error($chanel), |