医生添加
<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/doctor/add</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>GET </li>
</ul>
<h5>请求参数</h5>
<p>|参数名|类型|说明|</p>
<pre><code>{
&quot;picture&quot;: &quot;https:www.aaa.com.xxx&quot;,
&quot;name&quot;: &quot;李思思&quot;,
&quot;gender&quot;: &quot;2&quot;,
&quot;age&quot;: 4465,
&quot;position&quot;: &quot;主任&quot;,
&quot;title&quot;: &quot;高级&quot;,
&quot;department&quot;: &quot;心血管&quot;,
&quot;teamId&quot;: &quot;1002&quot;,
&quot;groupName&quot;: &quot;第二组&quot;,
&quot;employeeId&quot;: &quot;20212114&quot;,
&quot;phone&quot;: &quot;13000000000&quot;,
&quot;email&quot;: &quot;123@123123&quot;,
&quot;introduction&quot;: &quot;爱好医生&quot;,
&quot;expertise&quot;: &quot;xxg&quot;,
&quot;consultationFee&quot;: 30,
&quot;queryTotal&quot;: 30,
&quot;isQuery&quot;: 1
}
</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;data&quot;: {
&quot;total&quot;: 2,
&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;: 2,
&quot;picture&quot;: &quot;url&quot;,
&quot;name&quot;: &quot;陈医生&quot;,
&quot;gender&quot;: &quot;男&quot;,
&quot;age&quot;: 28,
&quot;position&quot;: &quot;主任医师&quot;,
&quot;title&quot;: &quot;中级职称&quot;,
&quot;department&quot;: &quot;心血管科室&quot;,
&quot;teamId&quot;: &quot;21300&quot;,
&quot;groupName&quot;: &quot;第一组&quot;,
&quot;employeeId&quot;: &quot;20212111&quot;,
&quot;phone&quot;: &quot;13000000000&quot;,
&quot;email&quot;: &quot;13000000000@163.com&quot;,
&quot;introduction&quot;: &quot;爱好音乐,喜爱读书&quot;,
&quot;expertise&quot;: &quot;心血管&quot;,
&quot;consultationFee&quot;: 15.00,
&quot;queryTotal&quot;: 10,
&quot;isQuery&quot;: 1,
&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;picture&quot;: &quot;admin&quot;,
&quot;name&quot;: &quot;王医生&quot;,
&quot;gender&quot;: &quot;男&quot;,
&quot;age&quot;: 48,
&quot;position&quot;: &quot;系主任&quot;,
&quot;title&quot;: &quot;高级&quot;,
&quot;department&quot;: &quot;心血管&quot;,
&quot;teamId&quot;: &quot;23001&quot;,
&quot;groupName&quot;: &quot;第一组&quot;,
&quot;employeeId&quot;: &quot;202111111&quot;,
&quot;phone&quot;: &quot;111&quot;,
&quot;email&quot;: &quot;111&quot;,
&quot;introduction&quot;: &quot;无&quot;,
&quot;expertise&quot;: &quot;心血管&quot;,
&quot;consultationFee&quot;: 512.00,
&quot;queryTotal&quot;: 10,
&quot;isQuery&quot;: 1,
&quot;status&quot;: null
}
],
&quot;pageNum&quot;: 1,
&quot;pageSize&quot;: 10,
&quot;size&quot;: 2,
&quot;startRow&quot;: 1,
&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>