fzp服务器


更新用户(id)

<h5>简要描述</h5> <ul> <li> <table> <thead> <tr> <th>id &lt;br&gt;number &lt;br&gt;password &lt;br&gt;name &lt;br&gt;introduce &lt;br&gt;birthday &lt;br&gt;phone &lt;br&gt;mail &lt;br&gt;img &lt;br&gt;sex &lt;br&gt;level &lt;br&gt;institute</th> <th>int &lt;br&gt;varchar &lt;br&gt;varchar &lt;br&gt;varchar &lt;br&gt;varchar &lt;br&gt;date &lt;br&gt;varchar &lt;br&gt;varchar &lt;br&gt;varchar &lt;br&gt;int &lt;br&gt;int &lt;br&gt;int</th> <th>用户表id &lt;br&gt;用户学号/工号 &lt;br&gt;用户密码 &lt;br&gt;用户姓名 &lt;br&gt;用户简介 &lt;br&gt;用户生日 &lt;br&gt;用户手机号 &lt;br&gt;用户邮箱 &lt;br&gt;头像路径 &lt;br&gt;用户性别(外键) &lt;br&gt;用户权限(外键) &lt;br&gt;用户所属学院(外键)</th> </tr> </thead> <tbody> </tbody> </table> </li> </ul> <h5>请求URL</h5> <ul> <li><code>http://www.wuhuazai.com/user/updateById</code> </li> </ul> <h5>请求方式</h5> <ul> <li>post</li> </ul> <h5>Header</h5> <table> <thead> <tr> <th style="text-align: left;">header</th> <th style="text-align: left;">必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">X-token</td> <td style="text-align: left;">是</td> <td>string</td> <td>无</td> </tr> </tbody> </table> <h5>请求参数示例</h5> <pre><code>{ &amp;quot;id&amp;quot;: 2, &amp;quot;name&amp;quot;: &amp;quot;骆小天&amp;quot;, &amp;quot;password&amp;quot;: &amp;quot;123456&amp;quot;, &amp;quot;introduce&amp;quot;: &amp;quot;这是简介4哦&amp;quot;, &amp;quot;birthday&amp;quot;: &amp;quot;2020-04-04 17:00:00&amp;quot;, &amp;quot;mail&amp;quot;: &amp;quot;1242625602@qq.com&amp;quot;, &amp;quot;sex&amp;quot;: 1, &amp;quot;level&amp;quot;: 4, &amp;quot;institute&amp;quot;: 1, &amp;quot;number&amp;quot;: 2020009025, &amp;quot;img&amp;quot;: &amp;quot;http:\/\/www.wuhuazai.com\/uploadeview\/1663648273400my_head12.jpg&amp;quot;, &amp;quot;phone&amp;quot;: &amp;quot;13185021111&amp;quot; } </code></pre>

页面列表

ITEM_HTML