好友个人信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>好友个人信息</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://testing.zlmicro.com/index.php?g=App&m=Diyapp&a=getfriendinfo&userid=1&sessionid=232442432&fuserid=345</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">userid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>自己的userid</td>
</tr>
<tr>
<td style="text-align: left;">sessionid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>自己的sessionid</td>
</tr>
<tr>
<td style="text-align: left;">fuserid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>好友的userid</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/pw4xAePB24oiaVXvn8iab56Vvwa3j55BZtZNXzNVZVd0RCKcVK9zvsyicV0UA420qwfJtveOHJ8BQg8D2GjPWpM7Q/132",
"birthday": "1993-08-01T00:00:00+08:00",
"email": "",
"id": "23231",
"idnum": "581322634",
"isnew": "0",
"issearch": "1",
"nickname": "yami",
"response": {
"result": true,
"errorCode": 10000,
"msg": "\u6210\u529f"
},
"sex": "2",
"status": 1,
"tel": " 8618374444585",
"type": "2",
"username": " 8618374444585"
}</code></pre>
<p><strong>返回参数说明</strong>
idnum:如果我备注了好友显示我的备注,没备注显示好友的idnum</p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>