ContentType:application/x-www-form-urlencoded请求方法遇到的坑【PHP】
有些API要求请求的内容类型为application/x-www-form-urlencodedfunctionrequestUrl($url,$data=null,$https=true,$method='post'){//1.初始化url$ch=curl_init($url);//2.设置相关的参数//字符串不直接输出,进行一个变量的存储curl_setopt($ch,CURLOPT_RETU