获取单位用户
<p>欢迎使用July-Doc!</p>
<p><strong>控制器描述:</strong></p>
<ul>
<li>单位用户信息 前端控制器</li>
</ul>
<p><strong>作者:</strong></p>
<ul>
<li>zengxueqi</li>
</ul>
<p><strong>创建时间:</strong></p>
<ul>
<li>2024/8/28</li>
</ul>
<p><strong>简要描述:</strong></p>
<ul>
<li>获取单位用户</li>
</ul>
<p><strong>请求URL:</strong>
<code>http://{}/party/unitMember/getUnitMember</code></p>
<p><strong>请求方式:</strong>
<code>POST</code></p>
<p><strong>Content-Type:</strong>
<code>application/json; charset=utf-8</code></p>
<p><strong>参数:</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>描述</th>
<th>必填项</th>
<th>版本</th>
</tr>
</thead>
<tbody>
<tr>
<td>params</td>
<td>object</td>
<td>涓氬姟鏉′欢</td>
<td>false</td>
<td>-</td>
</tr>
<tr>
<td>└─unitId</td>
<td>int64</td>
<td>单位id</td>
<td>false</td>
<td>-</td>
</tr>
<tr>
<td>└─username</td>
<td>string</td>
<td>姓名</td>
<td>false</td>
<td>-</td>
</tr>
<tr>
<td>current</td>
<td>int32</td>
<td>褰撳墠椤?</td>
<td>false</td>
<td>-</td>
</tr>
<tr>
<td>size</td>
<td>int32</td>
<td>姣忛〉鐨勬暟閲?</td>
<td>false</td>
<td>-</td>
</tr>
</tbody>
</table>
<p><strong>参数示例:</strong></p>
<pre><code>{
&quot;params&quot;:{
&quot;unitId&quot;:792,
&quot;username&quot;:&quot;烨华.赖&quot;
},
&quot;current&quot;:856,
&quot;size&quot;:10
}</code></pre>
<p><strong>返回参数说明</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>描述</th>
<th>版本</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>int32</td>
<td>涓氬姟閿欒鐮?<br>-- GETTER --<br> 鑾峰彇缁撴灉缂栫爜</td>
<td>-</td>
</tr>
<tr>
<td>msg</td>
<td>string</td>
<td>鎻忚堪<br>-- GETTER --<br> 鑾峰彇娑堟伅鎻愮ず</td>
<td>-</td>
</tr>
<tr>
<td>content</td>
<td>object</td>
<td>缁撴灉闆?<br>-- GETTER --<br> 鑾峰彇涓氬姟鏁版嵁</td>
<td>-</td>
</tr>
<tr>
<td>└─records</td>
<td>array</td>
<td>璇︾粏鏁版嵁</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─id</td>
<td>string</td>
<td>用户id(主键)</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─unitId</td>
<td>int64</td>
<td>单位id</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─erpId</td>
<td>string</td>
<td>erp id</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─username</td>
<td>string</td>
<td>姓名</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─sex</td>
<td>string</td>
<td>性别</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─sexLabel</td>
<td>string</td>
<td>性别翻译值</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─deptShortName</td>
<td>string</td>
<td>所在部门简称</td>
<td>-</td>
</tr>
<tr>
<td>└─total</td>
<td>int64</td>
<td>鎬绘暟</td>
<td>-</td>
</tr>
<tr>
<td>└─size</td>
<td>int64</td>
<td>姣忛〉鏄剧ず鏉℃暟锛岄粯璁? 10</td>
<td>-</td>
</tr>
<tr>
<td>└─current</td>
<td>int64</td>
<td>褰撳墠椤?</td>
<td>-</td>
</tr>
</tbody>
</table>
<p><strong>返回示例:</strong></p>
<pre><code>{
&quot;code&quot;:0,
&quot;msg&quot;:处理成功,
&quot;content&quot;:{
&quot;records&quot;:[
{
&quot;id&quot;:&quot;184&quot;,
&quot;unitId&quot;:771,
&quot;erpId&quot;:&quot;184&quot;,
&quot;username&quot;:&quot;烨华.赖&quot;,
&quot;sex&quot;:&quot;7arqvj&quot;,
&quot;sexLabel&quot;:&quot;qmjzad&quot;,
&quot;deptShortName&quot;:&quot;烨华.赖&quot;
}
],
&quot;total&quot;:19,
&quot;size&quot;:9,
&quot;current&quot;:835
}
}</code></pre>
<p><strong>备注</strong></p>
<ul>
<li>暂无错误代码描述信息</li>
</ul>