患者-用户列表
请求地址: v1/reviews/listReviews/{userId}
HTTP请求方式: GET
响应结果示例
{
"ret_code": 0,
"ret_values": {
"content": [
{
"id": 2,
"name": "测试", // 用户名称
"avatarUrl": "http://7xp6gb.com2.z0.glb.qiniucdn.com/pci/picture/pic2@2x.png", // 头像
"symptom": "稳定心绞痛", // 症状
"age": 12, // 年龄
"gender": "男", // 性别
"lastOperationTime": "术后1个月", // 最后手术时间
"tel": "13621673989", // 手机号
"imGroupId": "206763047031669164", // imGroupId
"groupName": "我的小组", // 小组名称
"groupNameColor": "#30BDF2", // 名称颜色
"doctorGroupId": 5, // 小组id
"ownerId": "doctor13248227958" // 所有者
},
{
"id": 2,
"name": "测试",
"avatarUrl": "http://7xp6gb.com2.z0.glb.qiniucdn.com/pci/picture/pic2@2x.png",
"symptom": "稳定心绞痛",
"age": 12,
"gender": "男",
"lastOperationTime": "术后1个月",
"tel": "13621673989",
"imGroupId": "206762554695877056",
"groupName": "我的小组",
"groupNameColor": "#30BDF2",
"doctorGroupId": 5,
"ownerId": "doctor13248227958"
},
{
"id": 2,
"name": "测试",
"avatarUrl": "http://7xp6gb.com2.z0.glb.qiniucdn.com/pci/picture/pic2@2x.png",
"symptom": "稳定心绞痛",
"age": 12,
"gender": "男",
"lastOperationTime": "术后1个月",
"tel": "13621673989",
"imGroupId": "206761327857762736",
"groupName": "我的小组",
"groupNameColor": "#30BDF2",
"doctorGroupId": 5,
"ownerId": "doctor13248227958"
},
{
"id": 2,
"name": "测试",
"avatarUrl": "http://7xp6gb.com2.z0.glb.qiniucdn.com/pci/picture/pic2@2x.png",
"symptom": "稳定心绞痛",
"age": 12,
"gender": "男",
"lastOperationTime": "术后1个月",
"tel": "13621673989",
"imGroupId": "206759299362324920",
"groupName": "我的小组",
"groupNameColor": "#30BDF2",
"doctorGroupId": 5,
"ownerId": "doctor13248227958"
},
{
"id": 2,
"name": "测试",
"avatarUrl": "http://7xp6gb.com2.z0.glb.qiniucdn.com/pci/picture/pic2@2x.png",
"symptom": "稳定心绞痛",
"age": 12,
"gender": "男",
"lastOperationTime": "术后1个月",
"tel": "13621673989",
"imGroupId": "206758276832952748",
"groupName": "我的小组",
"groupNameColor": "#30BDF2",
"doctorGroupId": 5,
"ownerId": "doctor13248227958"
},
{
"id": 2,
"name": "测试",
"avatarUrl": "http://7xp6gb.com2.z0.glb.qiniucdn.com/pci/picture/pic2@2x.png",
"symptom": "稳定心绞痛",
"age": 12,
"gender": "男",
"lastOperationTime": "术后1个月",
"tel": "13621673989",
"imGroupId": "206756553024340404",
"groupName": "我的小组",
"groupNameColor": "#30BDF2",
"doctorGroupId": 5,
"ownerId": "doctor13248227958"
},
{
"id": 19,
"name": "用户13524053695",
"avatarUrl": "http://7xp6gb.com2.z0.glb.qiniucdn.com/pci/picture/pic2@2x.png",
"symptom": "稳定心绞痛",
"age": 0,
"gender": "男",
"lastOperationTime": "术后9天",
"tel": "13524053695",
"imGroupId": "202756804952719792",
"groupName": "我的小组",
"groupNameColor": "#30BDF2",
"doctorGroupId": 5,
"ownerId": "doctor13248227958"
},
{
"id": 19,
"name": "用户13524053695",
"avatarUrl": "http://7xp6gb.com2.z0.glb.qiniucdn.com/pci/picture/pic2@2x.png",
"symptom": "稳定心绞痛",
"age": 0,
"gender": "男",
"lastOperationTime": "术后9天",
"tel": "13524053695",
"imGroupId": "204959926773088692",
"groupName": "我的小组",
"groupNameColor": "#30BDF2",
"doctorGroupId": 5,
"ownerId": "doctor13248227958"
}
],
"last": true,
"totalElements": 8,
"totalPages": 1,
"size": 20,
"number": 0,
"sort": null,
"first": true,
"numberOfElements": 8
},
"message": "成功"
}