lvhao 1 ngày trước cách đây
mục cha
commit
cbb8986adc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      core/CoreApp/controllers/Apitt.php

+ 1 - 1
core/CoreApp/controllers/Apitt.php

@@ -434,7 +434,7 @@ $j = json_decode($j, true);
            	    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); 
            	    curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE); 
            	    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
-				curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 10);//等待时间 10秒
+				curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 60);//等待时间 10秒
            	    $res = curl_exec($ch);
            	    curl_close($ch);
            	    $res = json_decode($res,true);