当我按照统一引擎使用代码时,它可以正常工作,但是我在最后得到了这个错误。
Requests_Exception in cURL.php line 422: cURL error 28: Operation timed out after 10000 milliseconds with 0 bytes received但是当我检查instagram,然后图片和信息共享在instagram上,那么为什么统一引擎给我这个问题在instagram分享。
发布于 2017-07-30 17:41:49
请按时间使用这个
curl_setopt($ch, CURLOPT_TIMEOUT, 400); // the timeout in seconds或
set_time_limit($seconds)https://stackoverflow.com/questions/42671754
复制相似问题