根据腾讯云账号获取人员信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>根据腾讯云账号获取人员信息</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://login.richx.cn/user/getUserDetailByTimAccountApp.do</code></li>
<li><code>http://192.168.0.30:8080/WisdomCampus/user/getUserDetailByTimAccountApp.do</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </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;">timAccount</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>腾讯云账号</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"ResponseCode": 0,
"ResponseResult": "获取成功",
"ResponseObject": {
"password": "e10adc3949ba59abbe56e057f20f883e",
"type": 1,
"userId": 276,
"updateTime": "2018-10-13 10:20:28",
"phone": "13952008284",
"bindPhone": "13952008284",
"palmUserName": "13952008284",
"state": "0",
"source": "1",
"age": 0,
"createUserId": 0,
"count": 1521,
"isDefalutUserName": 1,
"uuserId": "ec37feb9-8c1b-4c1c-b69b-a268c9c7ca8c",
"baiduChannelId": "5530066111644459251",
"deviceType": 4,
"device": "面朝大海春暖花开的iPhone 12.0",
"userName": "48564321",
"nickName": "toronto",
"headImg": "https://ohwvpyiao.qnssl.com/user/276/0/ios/15011699062351.jpg",
"isExist": false,
"orderMessage": 0,
"apiKey": "e6df031ab56520e9b4bd0a4da85da67c1cb58a5371d77667622c966eaa66118abef639eb1c60391cbf205ebd67437e49fe2aa396d8c3cfc8fcf3ebaf7a0da617",
"userDtos": []
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>