php发送get请求
$url = "https://api.weixin.qq.com/cgi-bin;
//file_get_contents发送get请求
json_decode转换数据
$data = json_decode(file_get_contents($url,true),true);
$url = "https://api.weixin.qq.com/cgi-bin;
//file_get_contents发送get请求
json_decode转换数据
$data = json_decode(file_get_contents($url,true),true);