摘要: public function httpRequest($url, $data='', $method='GET'){ $curl = curl_init(); curl_setopt($curl, CURLOPT_URL, $url); curl_setopt($curl, CURLOPT_SSL 阅读全文
posted @ 2021-06-19 14:33 wlw518 阅读(412) 评论(0) 推荐(0)