团队详细信息
<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/getInfo</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>
</tbody>
</table>
<pre><code>{
&quot;teamId&quot;: &quot;1001&quot;, //团队id
&quot;badges&quot;: [
&quot;20212111&quot;, &quot;20212114&quot;, &quot;20212116&quot; //医生工号
]
}</code></pre>
<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;team&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;doctorsList&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;picture&quot;: &quot;头像&quot;,
&quot;name&quot;: &quot;张医生&quot;,
&quot;gender&quot;: &quot;男&quot;,
&quot;age&quot;: 56,
&quot;position&quot;: &quot;医生&quot;,
&quot;title&quot;: &quot;主任医师&quot;,
&quot;department&quot;: &quot;心血管内科&quot;,
&quot;teamId&quot;: &quot;1001&quot;,
&quot;groupName&quot;: &quot;第一组&quot;,
&quot;employeeId&quot;: &quot;20212111&quot;,
&quot;phone&quot;: &quot;13000000001&quot;,
&quot;email&quot;: &quot;13000000001@qq.com&quot;,
&quot;introduction&quot;: &quot;南京市 第一医院心血管内科主任,医学博士,主任医师,博士生导师。长期从事心内科的临床医疗及科学研究。&quot;,
&quot;expertise&quot;: &quot;心血管病的基础研究,临床诊断与治疗,擅长心血管病的基础研究,临床诊断,尤其是在介入心脏病领域具有丰富的经验、娴熟的技术和丰富的研究成果。在心肌细胞再生、分有病及肺动脉高压介入治疗方向原始创新性的发明了DK CRUSH及肺动脉去神经术。&quot;,
&quot;consultationFee&quot;: 10.00,
&quot;queryTotal&quot;: 15,
&quot;isQuery&quot;: 1,
&quot;status&quot;: 1
},
{
&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;picture&quot;: &quot;头像&quot;,
&quot;name&quot;: &quot;陈医生&quot;,
&quot;gender&quot;: &quot;男&quot;,
&quot;age&quot;: 55,
&quot;position&quot;: &quot;医生&quot;,
&quot;title&quot;: &quot;主任医师&quot;,
&quot;department&quot;: &quot;心血管内科&quot;,
&quot;teamId&quot;: &quot;1001&quot;,
&quot;groupName&quot;: &quot;第一组&quot;,
&quot;employeeId&quot;: &quot;20212114&quot;,
&quot;phone&quot;: &quot;13000000004&quot;,
&quot;email&quot;: &quot;13000000004@qq.com&quot;,
&quot;introduction&quot;: &quot;南京市 第一医院心血管内科副主任,医学博士,副主任医师,博士生导师。长期从事心内科的临床医疗及科学研究。&quot;,
&quot;expertise&quot;: &quot;心血管病的基础研究,临床诊断与治疗,擅长心血管病的基础研究,临床诊断,尤其是在介入心脏病领域具有丰富的经验、娴熟的技术和丰富的研究成果。在心肌细胞再生、分有病及肺动脉高压介入治疗方向原始创新性的发明了DK CRUSH及肺动脉去神经术。&quot;,
&quot;consultationFee&quot;: 60.00,
&quot;queryTotal&quot;: 15,
&quot;isQuery&quot;: 1,
&quot;status&quot;: 1
},
{
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;id&quot;: 11,
&quot;picture&quot;: &quot;头像&quot;,
&quot;name&quot;: &quot;陆医生&quot;,
&quot;gender&quot;: &quot;男&quot;,
&quot;age&quot;: 50,
&quot;position&quot;: &quot;医生&quot;,
&quot;title&quot;: &quot;副主任医师&quot;,
&quot;department&quot;: &quot;心血管内科&quot;,
&quot;teamId&quot;: &quot;1001&quot;,
&quot;groupName&quot;: &quot;第二组&quot;,
&quot;employeeId&quot;: &quot;20212116&quot;,
&quot;phone&quot;: &quot;13000000006&quot;,
&quot;email&quot;: &quot;13000000005@qq,com&quot;,
&quot;introduction&quot;: &quot;南京市 第一医院心血管内科副主任,医学博士,副主任医师,博士生导师。长期从事心内科的临床医疗及科学研究。&quot;,
&quot;expertise&quot;: &quot;心血心血管病的基础研究,临床诊断与治疗,擅长心血管病的基础研究,临床诊断,尤其是在介入心脏病领域具有丰富的经验、娴熟的技术和丰富的研究成果。在心肌细胞再生、分有病及肺动脉高压介入治疗方向原始创新性的发明了DK CRUSH及肺动脉去神经术。&quot;,
&quot;consultationFee&quot;: 60.00,
&quot;queryTotal&quot;: 15,
&quot;isQuery&quot;: 1,
&quot;status&quot;: 1
}
],
&quot;teamMembersList&quot;: null
}
}</code></pre>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>