Ver código fonte

debug wechat author

stanley-king 8 anos atrás
pai
commit
5b3efbb35f
1 arquivos alterados com 0 adições e 1 exclusões
  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);