分页查询团队信息
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>医护管理医生管理获取医生分页信息</li>
</ul>
<h5>说明</h5>
<ul>
<li><code>测试环境URL 以 http://192.168.2.92:8080/test 开头</code></li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/medicalcare/teams/list</code></li>
</ul>
<h5>Header</h5>
<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;">Authorization</td>
<td style="text-align: left;">是</td>
<td>String</td>
<td>登录接口返回的用户 token</td>
</tr>
</tbody>
</table>
<h5>请求方式</h5>
<ul>
<li>Post </li>
</ul>
<h5>请求参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">pageNum</td>
<td style="text-align: left;">String</td>
<td>第几页</td>
</tr>
<tr>
<td style="text-align: left;">pageSize</td>
<td style="text-align: left;">String</td>
<td>一页几条记录</td>
</tr>
</tbody>
</table>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">code</td>
<td style="text-align: left;">String</td>
<td>接口返回状态码 0000 表示成功</td>
</tr>
<tr>
<td style="text-align: left;">msg</td>
<td style="text-align: left;">String</td>
<td>接口返回提示信息 success 表示成功 其他内容表示异常提示信息</td>
</tr>
<tr>
<td style="text-align: left;">data</td>
<td style="text-align: left;">Object</td>
<td>接口返回对象 code = 0000 有值</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;code&quot;: &quot;0000&quot;,
&quot;msg&quot;: &quot;success&quot;,
&quot;data&quot;: {
&quot;data&quot;: {
&quot;total&quot;: 3,
&quot;list&quot;: [
{
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;id&quot;: 1,
&quot;teamId&quot;: &quot;1001&quot;,
&quot;teamName&quot;: &quot;张医生团队&quot;,
&quot;department&quot;: &quot;心血管内科&quot;,
&quot;contactInfo&quot;: &quot;13000000001&quot;,
&quot;teamEmail&quot;: &quot;13000000001@qq.com&quot;,
&quot;teamDescription&quot;: &quot;张医生团队擅长心血管病的基础研究,临床诊断,尤其是在介入心脏病领域具有丰富的经验、娴熟的技术和丰富的研究成果。在心肌细胞再生、分有病及肺动脉高压介入治疗方向原始创新性的发明了DK CRUSH及肺动脉去神经术。&quot;,
&quot;textConsultationFee&quot;: 60.00,
&quot;consultationCount&quot;: 15,
&quot;isEnabled&quot;: 1,
&quot;qrCode&quot;: null,
&quot;teamMembersList&quot;: [
{
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;id&quot;: 1,
&quot;badge&quot;: &quot;20212111&quot;,
&quot;teamId&quot;: &quot;1001&quot;,
&quot;memberName&quot;: &quot;张医生&quot;,
&quot;position&quot;: &quot;医生&quot;,
&quot;status&quot;: null
},
{
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;id&quot;: 7,
&quot;badge&quot;: &quot;20212114&quot;,
&quot;teamId&quot;: &quot;1001&quot;,
&quot;memberName&quot;: &quot;陈医生&quot;,
&quot;position&quot;: &quot;医生&quot;,
&quot;status&quot;: null
},
{
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;id&quot;: 9,
&quot;badge&quot;: &quot;20212116&quot;,
&quot;teamId&quot;: &quot;1001&quot;,
&quot;memberName&quot;: &quot;陆医生&quot;,
&quot;position&quot;: &quot;医生&quot;,
&quot;status&quot;: null
}
]
},
{
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;id&quot;: 2,
&quot;teamId&quot;: &quot;1002&quot;,
&quot;teamName&quot;: &quot;刘医生团队&quot;,
&quot;department&quot;: &quot;心血管内科&quot;,
&quot;contactInfo&quot;: &quot;13000000002&quot;,
&quot;teamEmail&quot;: &quot;13000000002@qq.com&quot;,
&quot;teamDescription&quot;: &quot;刘医生团队擅长心血管病的基础研究,临床诊断,尤其是在介入心脏病领域具有丰富的经验、娴熟的技术和丰富的研究成果。在心肌细胞再生、分有病及肺动脉高压介入治疗方向原始创新性的发明了DK CRUSH及肺动脉去神经术。&quot;,
&quot;textConsultationFee&quot;: 79.00,
&quot;consultationCount&quot;: 20,
&quot;isEnabled&quot;: 1,
&quot;qrCode&quot;: null,
&quot;teamMembersList&quot;: [
{
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;id&quot;: 2,
&quot;badge&quot;: &quot;20212112&quot;,
&quot;teamId&quot;: &quot;1002&quot;,
&quot;memberName&quot;: &quot;刘护士&quot;,
&quot;position&quot;: &quot;护士&quot;,
&quot;status&quot;: null
},
{
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;id&quot;: 8,
&quot;badge&quot;: &quot;20212115&quot;,
&quot;teamId&quot;: &quot;1002&quot;,
&quot;memberName&quot;: &quot;李医生&quot;,
&quot;position&quot;: &quot;护士&quot;,
&quot;status&quot;: null
}
]
},
{
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;id&quot;: 3,
&quot;teamId&quot;: &quot;1003&quot;,
&quot;teamName&quot;: &quot;王医生团队&quot;,
&quot;department&quot;: &quot;心血管内科&quot;,
&quot;contactInfo&quot;: &quot;13000000003&quot;,
&quot;teamEmail&quot;: &quot;13000000003@qq.com&quot;,
&quot;teamDescription&quot;: &quot;王医生团队擅长心血管病的基础研究,临床诊断,尤其是在介入心脏病领域具有丰富的经验、娴熟的技术和丰富的研究成果。在心肌细胞再生、分有病及肺动脉高压介入治疗方向原始创新性的发明了DK CRUSH及肺动脉去神经术。&quot;,
&quot;textConsultationFee&quot;: 88.00,
&quot;consultationCount&quot;: 30,
&quot;isEnabled&quot;: 1,
&quot;qrCode&quot;: null,
&quot;teamMembersList&quot;: [
{
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;id&quot;: 3,
&quot;badge&quot;: &quot;20212113&quot;,
&quot;teamId&quot;: &quot;1003&quot;,
&quot;memberName&quot;: &quot;王医生&quot;,
&quot;position&quot;: &quot;医生&quot;,
&quot;status&quot;: null
},
{
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;id&quot;: 10,
&quot;badge&quot;: &quot;20212117&quot;,
&quot;teamId&quot;: &quot;1003&quot;,
&quot;memberName&quot;: &quot;季医生&quot;,
&quot;position&quot;: &quot;医生&quot;,
&quot;status&quot;: null
}
]
}
],
&quot;pageNum&quot;: 1,
&quot;pageSize&quot;: 3,
&quot;size&quot;: 3,
&quot;startRow&quot;: 0,
&quot;endRow&quot;: 2,
&quot;pages&quot;: 1,
&quot;prePage&quot;: 0,
&quot;nextPage&quot;: 0,
&quot;isFirstPage&quot;: true,
&quot;isLastPage&quot;: true,
&quot;hasPreviousPage&quot;: false,
&quot;hasNextPage&quot;: false,
&quot;navigatePages&quot;: 8,
&quot;navigatepageNums&quot;: [
1
],
&quot;navigateFirstPage&quot;: 1,
&quot;navigateLastPage&quot;: 1
}
}
}</code></pre>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>