查看
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>接口状态</h5>
<ul>
<li>已完成</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>{{host}}/api/account.system/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;">13</td>
<td>是</td>
<td>string</td>
<td>无</td>
</tr>
</tbody>
</table>
<h5>成功返回示例</h5>
<pre><code>{
"code": 1,
"data": {
"id": 13,
"user_id": 9,
"user_name": "15391574911",
"real_name": "陈洁",
"nick_name": "",
"simple_code": "cj",
"role_id": 4,
"role_grade": 4,
"region_id": 7,
"school_id": 0,
"avatar": "",
"department_id": 8,
"grade_id": 0,
"class_id": 0,
"mobile": "",
"idcard": "",
"last_time": "2021-10-12 08:01:15",
"main_account": 0,
"defaulted": 0,
"disabled": 0,
"deleted": 0,
"nodes": [
5,
51,
93,
99,
243,
244,
245,
246,
74,
75,
76,
100,
101,
102,
109,
110,
111,
112,
113,
114,
115,
116,
117,
118,
119,
120,
294,
295,
296
]
},
"token": ""
}
</code></pre>