医生界面-查询医生
请求地址: doctors/findByTel/{tel}
HTTP请求方式: GET
请求参数说明
| 参数名称 | 参数类型 | 参数说明 |
|---|---|---|
| tel | String | 手机号 |
响应结果示例
{
"ret_code": 0,
"ret_values": {
"content": [
{
"id": 5, // id
"tel": "13621673989", // 手机号
"name": "李四", // 名称
"jobTitle": "主任医师", // 医生职级
"type": "deputyHead", //医生类别
"avatarUrl": "http://7xp6gb.com2.z0.glb.qiniucdn.com/2.pic.jpg", // 头像
"description": "简介", // 简介
"downloadCount": 0, // 推广二维码下载次数
"hospital": { // 医院
"id": 1,
"name": "万达全程健康门诊部"
},
"department": { // 科室
"id": 1,
"name": "全科诊室"
},
"imId": "doctor13621673989", // 环信号
"managerType": null, // 在诊所的身份
"qrcodeUrl": "http://7xp6gb.com2.z0.glb.qiniucdn.com/13621673989_1464000885050.png" // 二维码
}
],
"last": true,
"totalPages": 1,
"totalElements": 1,
"size": 20,
"number": 0,
"sort": null,
"first": true,
"numberOfElements": 1
}
}