TypechoJoeTheme

轩宇网

搜索到 1 篇与 评论信息 的结果
2018-08-11

ThinkPHP获取QQ评论信息

ThinkPHP获取QQ评论信息
<?php namespace app\index\controller; class ArcComment extends Init { public function getqqnickname(){ if (request()->isPost()){ $qq = input('param.qq'); if(!$qq || !preg_match('|^[1-9]\d{4,10}$|i',$qq)){ return json(array('code'=>0,'msg'=>'QQ格式错误')); } $nickname = file_get_contents('http://users.qzone.qq.com/fcg-bin/cgi_get_portrait.fcg?uins='.$qq); $image = 'http://q.qlogo.cn/headimg_dl?ds...
2018年08月11日
5,038 阅读
0 评论