易安卓

一款易于用户使用的软件


手机个人用户信息页面

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>易安卓手机个人用户信息页面</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://192.168.137.1:8080//appUser/getProUserInfo</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST</li> </ul> <h5>参数</h5> <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;">id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>用户编号</td> </tr> </tbody> </table> <h5>请求示例</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">值</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">2</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> { &amp;quot;id&amp;quot;: 2, &amp;quot;userName&amp;quot;: &amp;quot;20021002&amp;quot;, &amp;quot;phone&amp;quot;: &amp;quot;18281603125&amp;quot;, &amp;quot;date&amp;quot;: &amp;quot;2023?02?27? 17:04:36&amp;quot;, &amp;quot;portrait&amp;quot;: &amp;quot;upload/default/images/portrait.png&amp;quot;, &amp;quot;pEmail&amp;quot;: &amp;quot;3447235110@qq.com&amp;quot;, &amp;quot;point&amp;quot;: 10 }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th>参数名</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>id</td> <td>string</td> <td>用户编号</td> </tr> <tr> <td>userName</td> <td>string</td> <td>账号</td> </tr> <tr> <td>phone</td> <td>string</td> <td>电话</td> </tr> <tr> <td>data</td> <td>string</td> <td>创建时间</td> </tr> <tr> <td>portrait</td> <td>string</td> <td>图片地址</td> </tr> <tr> <td>pEmail</td> <td>string</td> <td>邮箱</td> </tr> <tr> <td>poit</td> <td>string</td> <td>积分</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML