Explorar el Código

debug wechat author

stanley-king hace 8 años
padre
commit
5b3efbb35f
Se han modificado 1 ficheros con 0 adiciones y 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);