通过药店 id,获取该药店的相关信息
参数名称 | 类型 | 是否必须 | 备注 | 示例 |
---|---|---|---|---|
drugstore_id | string | 是 | 药店 ID | 4de8c3e3f68fb4e5 |
参数名称 | 类型 | 备注 |
---|---|---|
drugstore_id | string | 药店 ID |
name | string | 药店名称 |
address | string | 地址 |
scope | string | 经营范围 |
latitude | string | 纬度 |
longitude | string | 经度 |
head_office_name | string | 总部 |
province | string | 省份 |
city | string | 城市 |
area | string | 区域 |
unified_social_credit_code | string | 统一社会信用代码 |
请求
GET https://medical.nocode.com/open/v2/nc.ms.drugstore.detail?drugstore_id=4de8c3e3f68fb4e5
返回结果
{
"data": {
"drugstore_id": "4de8c3e3f68fb4e5",
"name": "菏泽国药楚济堂医药有限公司孟海店",
"address": "山东省菏泽市定陶区孟海镇万福大街与姑沙路交叉路口北200米路东",
"scope": "中成药、化学药、生物制品(限微生态活菌制品),以上经营范围不包括含麻醉药品的复方口服溶液等限制类药品",
"longitude": "35.174633",
"latitude": "115.753212",
"head_office_name": null,
"province": "山东省",
"city": "菏泽市",
"area": "定陶区",
"unified_social_credit_code": "91371727MA3UDBCR8F"
}
}