强制修改用户名
<p><strong>请求方法名:</strong> </p>
<ul>
<li><code>EditUserName</code></li>
</ul>
<p><strong>请求参数:</strong> </p>
<ul>
<li><code>{"newName":"fds11"}</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET/POST</li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">字段</th>
<th style="text-align: left;">必填</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">newName</td>
<td style="text-align: left;">是</td>
<td>string</td>
<td>新登录名</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"Status": true,
"Info": "用户名修改成功",
"Code": 0
}
</code></pre>