陈德本 5 gadi atpakaļ
vecāks
revīzija
b9ba14acfe
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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)
     {