陈德本 5 лет назад
Родитель
Сommit
ce9890b80f
1 измененных файлов с 1 добавлено и 1 удалено
  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 = 10, $header = null, $REFERER = null)
+    public static function get($url, $proxy = null, $timeout = 5, $header = null, $REFERER = null)
     {