手机模糊查询
请求地址: users/findByTel/{tel}
HTTP请求方式: GET
请求参数说明
| 参数名称 | 参数类型 | 参数说明 |
|---|---|---|
| tel | String | 手机号 |
响应结果示例
{
"ret_code": 0,
"ret_values": {
"content": [
{
"id": 2, // id
"tel": "13621673989", // 手机号
"password": "96e79218965eb72c92a549dd5a330112", // 密码
"medicareCard": "1234567890", // 医保卡
"name": "有名字的", // 用户姓名
"sex": null, // 性别
"birthday": null, // 生日
"address": null, // 地址
"height": 0, // 身高
"avatarUrl": "http://7xp6gb.com2.z0.glb.qiniucdn.com/patient/avatar/2/上门服务页-banner.png", // 头像
"age": 0, // 年龄
"bracketNum": 3, // 支架个数
"lastOperationDate": null, //最后手术时间
"surgeon": null, // 手术医生
"dischargeDiagnosises": [], // 出院诊断
"idCardNumber": null, // 身份证
"healthNumber": null, // 社保卡
"weChatNumber": null, // 微信号
"hospital": { // 医院
"id": 2,
"name": "瑞金医院"
},
"caseHistory": null, // 病史
"active": false // 是否激活
}
],
"last": true,
"totalPages": 1,
"totalElements": 1,
"size": 20,
"number": 0,
"sort": null,
"first": true,
"numberOfElements": 1
},
"message": "成功"
}