文档
测试

家庭成员

POST
{{mallUrl}}/app/user_patient/v1.0.2/list

请求头

参数名
类型
描述
必填
Content-Type
string
示例:application/json
可选
X-user-token
string
示例:{{X-user-token}}
可选

响应参数

参数名
类型
描述
必填
data
list
必填
id
就诊人ID
必填
userRef
用户ID
必填
extPatientId
微医侧就诊人ID
必填
realName
真实姓名
必填
cardNo
身份证号
必填
phoneNo
手机号
必填
sex
性别【1:男,2:女,0:未知】
必填
age
年龄
必填
height
身高
必填

说明 / 示例

{ "code": "200", "message": "success", "data": [ { "id": "220407175739867006101", "merchantCode": null, "userRef": "211101193420000001118", "extPatientId": "0A5F871215F791516C827A492B83E6A8", "realName": "曾健锋", "cardNo": "431023199902090014", "phoneNo": "17673051824", "sex": 1, "age": 23, "height": "175", "weight": "", "birthday": "1999-02-09", "address": null, "medicalHistoryList": null, "realNameStatus": 1, "enableDefualt": "0", "remark": "9116数据迁移", "version": 1, "iterateVersion": null, "deleteFlag": "0", "createTime": 1649325459000, "updateTime": 1668743501000, "relation": null }, { "id": "220328103917308002384", "merchantCode": null, "userRef": "211101193420000001118", "extPatientId": "2F04EA12E3308E5206684EB38AD7D002", "realName": "孙霞", "cardNo": "330702197601286024", "phoneNo": null, "sex": 2, "age": 46, "height": null, "weight": null, "birthday": "1976-01-28", "address": null, "medicalHistoryList": null, "realNameStatus": 1, "enableDefualt": "0", "remark": null, "version": 1, "iterateVersion": null, "deleteFlag": "0", "createTime": 1648435157000, "updateTime": 1668743501000, "relation": null }, { "id": "220328103917710001384", "merchantCode": null, "userRef": "211101193420000001118", "extPatientId": "B435803EDC65D0C0806A695B93C01F69", "realName": null, "cardNo": null, "phoneNo": "17673051824", "sex": null, "age": null, "height": null, "weight": null, "birthday": null, "address": null, "medicalHistoryList": null, "realNameStatus": 2, "enableDefualt": "1", "remark": null, "version": 1, "iterateVersion": null, "deleteFlag": "0", "createTime": 1648435157000, "updateTime": 1668743501000, "relation": null } ], "time": 1671516151155 }