科站网 發表於 2022-12-15 17:32:00

QQ互联无法获取昵称的解决办法

QQ互联目前获取到的都是qquser,无法获取到正常的QQ昵称<br />解决方法:<br />1.打开source/plugin/qqconnect/lib/ConnectOAuth.php<br />2.搜索代码,大约在409行<br /><ol><li> public function connectGetUserInfo_V2($openId, $accessToken) {<br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; $params = array(<br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;'access_token' =&gt; $accessToken,<br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;'oauth_consumer_key' =&gt; $this-&gt;_appKey,<br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;'openid' =&gt; $openId,<br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;'format' =&gt; 'xml'<br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; );<br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; require_once DISCUZ_ROOT.'/source/plugin/qqconnect/lib/Util.php';<br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; $utilService = new Cloud_Service_Util();<br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; $response = $this-&gt;dfsockopen($this-&gt;_getUserInfoURL_V2.'?'.$utilService-&gt;httpBuildQuery($params, '', '&amp;'));<br /><li><br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; $data = $this-&gt;_xmlParse($response);<br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; if(isset($data['ret']) &amp;&amp; $data['ret'] == 0) {<br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;return $data;<br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; } else {<br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;throw new Exception($data['msg'], $data['ret']);<br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; }<br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;}</ol>修改为:<br />也可以看<br /><br /><br />QQ<em>, </em>获取<em>, </em>hide<em>, </em>互联<em>, </em>无法

s36376149 發表於 2022-12-19 10:39:31

没遇到过

纺织705 發表於 2023-2-11 21:02:05

学习一下

飞翔ni 發表於 2023-3-27 18:25:44

感谢分享!

276397082 發表於 2023-3-27 21:05:19

感谢分享!<br />

398601673 發表於 2023-3-29 09:44:45

谢谢分享

龙二哥 發表於 2023-3-29 17:47:46

学习一下
頁: [1]
查看完整版本: QQ互联无法获取昵称的解决办法