Commit d0560c41 by 朱继来

Merge branch 'master' of http://119.23.72.7/zhujilai/Order into zjl_group_20200303

parents 20d6032c 1ea125fc
Showing with 1 additions and 1 deletions
......@@ -40,7 +40,7 @@ class CheckLogin
$client = new \GuzzleHttp\Client();
$rsp = $client->request('GET', $login['check'], [
'headers' => ['Cookie' => $cookie],
'connect_timeout' => 1,
'connect_timeout' => 5,
'timeout' => 10,
'verify' => false,
]);
......
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 sign in to comment