getWxCode 这个函数是啥时候封装的啊。getWxCode 这个函数是啥时候封装的啊。getWxCode 这个函数是啥时候封装的啊。getWxCode 这个函数是啥时候封装的啊。getWxCode 这个函数是啥时候封装的啊。getWxCode 这个函数是啥时候封装的啊。getWxCode 这个函数是啥时候封装的啊。getWxCode 这个函数是啥时候封装的啊。getWxCode 这个函数是啥时候封装的啊。getWxCode 这个函数是啥时候封装的啊。getWxCode 这个函数是啥时候封装的啊。getWxCode 这个函数是啥时候封装的啊。getWxCode 这个函数是啥时候封装的啊。
2016-08-01
thinkphp里面好像没有http_curl() 这个方法后面换成了评论中王牌写的方法$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,$url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER,0);
$data = curl_exec($ch);
curl_close($ch);
echo $data.openid;
curl_setopt($ch, CURLOPT_URL,$url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER,0);
$data = curl_exec($ch);
curl_close($ch);
echo $data.openid;
2016-06-26