Commit bdc3d20f authored by mengweifu's avatar mengweifu

update: HttpUtil

parent bcba6f64
...@@ -57,7 +57,7 @@ class HttpUtil ...@@ -57,7 +57,7 @@ class HttpUtil
$ch = self::CH($url, $timeout, $headers, $post, $proxy, $method, $curl_opts); $ch = self::CH($url, $timeout, $headers, $post, $proxy, $method, $curl_opts);
$result = ''; //返回结果 $result = false; //返回结果
$result_code = self::CODE_FAIL; //错误代码 $result_code = self::CODE_FAIL; //错误代码
$result_http_code = 0; // http code $result_http_code = 0; // http code
$error_msg = ''; // ch error $error_msg = ''; // ch error
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment