陈德本 hace 5 años
padre
commit
b9ba14acfe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Library/Curl.php

+ 1 - 1
Library/Curl.php

@@ -23,7 +23,7 @@ class Curl
      * @param array $header header信息  array('Host: api.kingdee.meitushop.com' )设置请求的host
      * @return string
      */
-    public static function get($url, $proxy = null, $timeout = 30, $header = null, $REFERER = null)
+    public static function get($url, $proxy = null, $timeout = 10, $header = null, $REFERER = null)
     {