查看
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>接口状态</h5>
<ul>
<li>已完成</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>{{host}}/api/account.cityManage/getInfo</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>post</li>
</ul>
<h5>请求Body参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;">250</td>
<td>是</td>
<td>string</td>
<td>无</td>
</tr>
</tbody>
</table>
<h5>成功返回示例</h5>
<pre><code>{
"code": 1,
"data": {
"id": 250,
"user_id": 370,
"user_name": "18163100003",
"real_name": "zz",
"nick_name": "",
"simple_code": "",
"role_id": 3,
"role_grade": 3,
"region_id": 2,
"school_id": 0,
"avatar": "",
"department_id": 26,
"grade_id": 0,
"class_id": 0,
"mobile": "18163100003",
"idcard": "",
"last_time": "2023-10-13 17:01:00",
"main_account": 1,
"defaulted": 0,
"disabled": 0,
"nodes": [
5,
78,
79,
92,
93,
103,
104,
112,
113,
114,
118,
119,
120,
67,
159,
160,
161,
162,
163
]
},
"token": ""
}
</code></pre>