文档
测试

所有医生map

GET
{{url_public}}/doctor/map

接口描述

此接口在 meridian-portable-logic/prescription/order/count/pharmacy/report接口上补充的参数, area、factorName、fatherName,原有接口增加了logisticsOrder字段,物流单

请求参数

参数名
类型
描述
必填
doctorIds
string
id的字符串
必填

响应数据

```json { "errorCode": 0, "msgType": 1, "result": { "91186": { "addMoneyPer": 0, "area": "广东省", // 医生的所属区域地址 "doctorId": 91186, "factorId": 91084, "factorName": "李阳", // 服务商名字 "fatherName": "杰克", // 区域管理员名字 "name": "廖测试" }, "96516": { "addMoneyPer": 0, "area": "贵州省", "doctorId": 96516, "factorId": 94307, "factorName": "罗贵敏", "fatherName": "杰克", "name": "羽之飞测试" } } } ```