Commit 0ea93306 by 庄欣

无反应时

parent de6a46b1
......@@ -115,7 +115,7 @@ class CurlClient
}
$res = $response_from_api[$sign];
} else {*/
$res = curl_multi_exec($http);
$res = curl_exec($http);
$curlinfo = curl_getinfo($http);
//}
curl_close($http);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment