Explorar o código

debug wechat author

stanley-king %!s(int64=8) %!d(string=hai) anos
pai
achega
5b3efbb35f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      core/framework/function/http.php

+ 0 - 1
core/framework/function/http.php

@@ -52,7 +52,6 @@ function http_request($url, $params = array(), $method = 'GET', $multi = false,
                 $url = $url . (strpos($url, '?') ? '&' : '?')
                         . (is_array($params) ? http_build_query($params) : $params);
             }
-            echo $url;
             break;
     }
     curl_setopt($ci, CURLINFO_HEADER_OUT, TRUE);