Ejemplo n.º 1
0
 /**
  * GET 请求
  * @param string $url
  */
 private function http_get($url)
 {
     return Http::get($url);
 }