根据地市区分查询医院列表
<p><strong>迭代版本:</strong>2.8.29(新增)</p>
<p><strong>简要描述:</strong></p>
<ul>
<li>根据地市区分查询医院列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><a href="http://aky.mynatapp.cc/hospitalInfo/selectHospitalOfArea">http://aky.mynatapp.cc/hospitalInfo/selectHospitalOfArea</a></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST/GET</li>
<li>Content-Type:application/form</li>
</ul>
<p><strong>参数:</strong> </p>
<p>无</p>
<p><strong>返回示例</strong></p>
<pre><code>{
"retcode": "0000",
"errMsg": "操作成功",
"body": [
{
"areaCode": "340181",
"areaName": "巢湖市",
"pAreaCode": "340000",
"remark": null,
"sortOrder": 4,
"lvl": 2,
"shortName": "巢湖",
"pAreaName": null,
"children": [],
"hospitalInfoList": [
{
"hospId": 15,
"hospName": "巢湖爱康医院",
"hospType": "PT",
"about": null,
"phone": null,
"webUrl": null,
"imageUrl": null,
"areaCode": "340181",
"address": null,
"longitude": null,
"latitude": null,
"sort": null,
"state": 1,
"createTime": null,
"pHospId": 0,
"code": null,
"drugHospId": 15,
"childCount": 0,
"areaName": "巢湖市",
"label": "巢湖爱康医院",
"value": 15
},
{
"hospId": 16,
"hospName": "中垾镇小联圩村卫生服务中心",
"hospType": "SQ",
"about": null,
"phone": null,
"webUrl": null,
"imageUrl": null,
"areaCode": "340181",
"address": null,
"longitude": null,
"latitude": null,
"sort": null,
"state": 1,
"createTime": null,
"pHospId": 0,
"code": null,
"drugHospId": 15,
"childCount": 0,
"areaName": "巢湖市",
"label": "中垾镇小联圩村卫生服务中心",
"value": 16
}
],
"label": "巢湖",
"value": "340181"
},
{
"areaCode": "420200",
"areaName": "黄石市",
"pAreaCode": "420000",
"remark": null,
"sortOrder": 4,
"lvl": 2,
"shortName": "黄石",
"pAreaName": null,
"children": [],
"hospitalInfoList": [
{
"hospId": 1,
"hospName": "黄石爱康医院",
"hospType": "PT",
"about": null,
"phone": "0714-6236162",
"webUrl": "http://www.hsakyy.com/",
"imageUrl": "",
"areaCode": "420200",
"address": "",
"longitude": null,
"latitude": null,
"sort": null,
"state": 1,
"createTime": "2018-04-19 14:02:10",
"pHospId": 0,
"code": null,
"drugHospId": 1,
"childCount": 0,
"areaName": "黄石市",
"label": "黄石爱康医院",
"value": 1
},
{
"hospId": 3,
"hospName": "社区集团",
"hospType": "SQ",
"about": null,
"phone": "",
"webUrl": "",
"imageUrl": "",
"areaCode": "420200",
"address": "",
"longitude": null,
"latitude": null,
"sort": null,
"state": 1,
"createTime": "2018-09-19 16:17:03",
"pHospId": 0,
"code": null,
"drugHospId": 1,
"childCount": 10,
"areaName": "黄石市",
"label": "社区集团",
"value": 3
}
],
"label": "黄石",
"value": "420200"
},
{
"areaCode": "421281",
"areaName": "赤壁市",
"pAreaCode": "420000",
"remark": null,
"sortOrder": 4,
"lvl": 2,
"shortName": "赤壁",
"pAreaName": null,
"children": [],
"hospitalInfoList": [
{
"hospId": 2,
"hospName": "同济赤壁医院",
"hospType": "PT",
"about": null,
"phone": "",
"webUrl": "",
"imageUrl": "",
"areaCode": "421281",
"address": "",
"longitude": null,
"latitude": null,
"sort": null,
"state": 1,
"createTime": "2018-04-19 14:02:10",
"pHospId": 0,
"code": null,
"drugHospId": 1,
"childCount": 0,
"areaName": "赤壁市",
"label": "同济赤壁医院",
"value": 2
}
],
"label": "赤壁",
"value": "421281"
},
{
"areaCode": "430600",
"areaName": "岳阳市",
"pAreaCode": "430000",
"remark": null,
"sortOrder": 4,
"lvl": 2,
"shortName": "岳阳",
"pAreaName": null,
"children": [],
"hospitalInfoList": [
{
"hospId": 14,
"hospName": "岳阳爱康医院",
"hospType": "PT",
"about": null,
"phone": null,
"webUrl": null,
"imageUrl": null,
"areaCode": "430600",
"address": null,
"longitude": null,
"latitude": null,
"sort": null,
"state": 1,
"createTime": null,
"pHospId": 0,
"code": null,
"drugHospId": 1,
"childCount": 0,
"areaName": "岳阳市",
"label": "岳阳爱康医院",
"value": 14
}
],
"label": "岳阳",
"value": "430600"
},
{
"areaCode": "420100",
"areaName": "武汉市",
"pAreaCode": "420000",
"remark": null,
"sortOrder": 12,
"lvl": 2,
"shortName": "武汉",
"pAreaName": null,
"children": [],
"hospitalInfoList": [],
"label": "武汉",
"value": "420100"
}
]
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!欢迎使用ShowDoc!</p>