文档
测试

获取所有医生和id

GET
http://192.168.1.181:7072/meridian-portable-public/doctor/list/part/admin

请求参数

参数名
类型
描述
必填
search
string
搜索:name或phone
必填

响应数据

```json { "errorCode": 0, "msgType": 1, "result": [ { "addMoneyPer": 0, // 这个字段不用管 "doctorId": 63758, "name": "陈哥测试" }, { "addMoneyPer": 0, "doctorId": 66635, "name": "冯测试" }, { "addMoneyPer": 0, "doctorId": 74096, "name": "廖燕" }, { "addMoneyPer": 0, "doctorId": 74238, "name": "廖燕平测试" }, { "addMoneyPer": 0, "doctorId": 88857, "name": "王晓光服务商" }, { "addMoneyPer": 0, "doctorId": 90078, "name": "董青华" }, { "addMoneyPer": 0, "doctorId": 91145, "name": "廖燕平测试" }, { "addMoneyPer": 0, "doctorId": 91148, "name": "廖大仙测试" }, { "addMoneyPer": 0, "doctorId": 91231, "name": "牟测试" }, { "addMoneyPer": 0, "doctorId": 91626, "name": "谢友华" }, { "addMoneyPer": 0, "doctorId": 91838, "name": "梁德田" }, { "addMoneyPer": 0, "doctorId": 96986, "name": "张佑强" }, { "addMoneyPer": 0, "doctorId": 97065, "name": "曾庆华服务商" } ] } ```