Commit c1a67f1b authored by zw's avatar zw

bug

parent 76c85654
...@@ -115,8 +115,6 @@ class CurlUtil { ...@@ -115,8 +115,6 @@ class CurlUtil {
$url .= (is_string($vars)) ? $vars : http_build_query($vars, '', '&'); $url .= (is_string($vars)) ? $vars : http_build_query($vars, '', '&');
} }
$file = new LogsService(LOGS_PATH.'/curl_get/' . date('Y-m-d'));
$file->info($url);
return $this->request('GET', $url); return $this->request('GET', $url);
} }
......
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