Răsfoiți Sursa

配置代理

陈德本 5 ani în urmă
părinte
comite
ce9890b80f
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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)
     {