简要描述
- 地址列表接口
请求URL
/teaPatientController/teaPatientList
请求方式
- GET
参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
userId | 必填 |
String | 用户ID |
返回示例
复制{
"code": 200,
"msg": "请求成功",
"data": {
"patientId": "1832622100167532544",
"userId": "11",
"patientName": "张三",
"patientMobile": "115565",
"patientIdentityCard": "69854",
"patientAllergies": "11",
"patientIllness": "张三555"
}
}
返回参数data说明
参数名 | 类型 | 说明 |
---|---|---|
—- | —— | —— |
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
success | boolean | 是否成功 |
code | Integer | 返回码 |
msg | String | 返回信息 |
count | Long | 总数 |
data | List<T> | 返回数据 |
jwt | String | token数据 |
备注
- 更多返回错误代码请看首页的错误代码描述