当我按照统一引擎使用代码时,它的工作正常,但我最终得到了这个错误
Requests_Exception in cURL.php line 422: cURL error 28: Operation timed out after 10000 milliseconds with 0 bytes received
但是当我在Instagram上查看然后在Instagram上分享图像和消息时,为什么统一引擎会在Instagram共享中给我这个问题。
答案 0 :(得分:0)
请按时间使用
curl_setopt($ch, CURLOPT_TIMEOUT, 400); // the timeout in seconds
OR
set_time_limit($seconds)