邀请医生列表筛选

请求地址: v1/doctorGroup/queryDoctorByTelOrName/{doctorId} ?ownerId=&&tel=&&name=nam

HTTP请求方式: GET

请求参数说明

参数名称 参数类型 参数说明
doctorId string 医生id
ownerId string 创建者id (新建时没有id可以不传)
tel string 医生手机号
name string 医生姓名

响应结果示例

{
    "ret_code": 0,
    "ret_values": [
        {
            "id": 6,
            "tel": "13248227958",
            "name": "张三",
            "jobTitle": "主任医师",
            "type": "Attending",
            "avatarUrl": "http://7xp6gb.com2.z0.glb.qiniucdn.com/2.pic.jpg",
            "description": "医生简介",
            "hospital": {
                "id": 2,
                "name": "瑞金医院"
            },
            "department": {
                "id": 1,
                "name": "儿科"
            },
            "imId": "doctor13248227958"
        },
        {
            "id": 9,
            "tel": "18621791512",
            "name": "沐悠落",
            "jobTitle": "主任医师",
            "type": "Attending",
            "avatarUrl": "http://7xp6gb.com2.z0.glb.qiniucdn.com/2.pic.jpg",
            "description": "你好,沐悠落",
            "hospital": {
                "id": 1,
                "name": "第一人民医院"
            },
            "department": {
                "id": 1,
                "name": "儿科"
            },
            "imId": null
        }
    ],
    "message": null
}

results matching ""

    No results matching ""