简要描述:
接口版本:
版本号 |
制定人 |
制定日期 |
修订日期 |
1.0.0 |
朱小乾 |
2022-05-16 |
- |
请求URL:
- /api/WeChat/QueryForMembers
请求方式:
请求头:
参数名 |
是否必须 |
类型 |
说明 |
Content-Type |
是 |
string |
请求类型: application/json |
请求参数:
参数名 |
是否必须 |
类型 |
说明 |
CardId |
Y |
string |
卡号 |
curl -X 'GET' \
'http://192.168.5.172:8890/api/WeChat/QueryForMembers?CardId=T20000200197' \
-H 'accept: */*'
返回示例:
正确时返回:
{
"code": "1",
"message": "",
"data": {
"recordId": "10000",
"outNo": "600130225",
"name": "王庆芳",
"gender": "1",
"idCard": "330802198104304025",
"birthYear": null,
"datas": [
{
"itemNames": "彩超肝、胆、胰、脾;\n甲状腺彩超;\n乳腺彩超;",
"itemRelations": null,
"departId": "1046",
"departName": "彩超",
"departZhiyin": null,
"departIcon": null,
"departType": "0",
"status": "0",
"nowQueueId": null,
"nowQueueName": null,
"nowQueueStatus": null,
"nowPw": "",
"waitTime": "--",
"roomName": null,
"areaName": null,
"itemTips": null,
"areaId": null,
"roomId": null,
"reQueueType": "默认机制",
"zcNumMax": null,
"zcNumNow": null,
"isBieniao": "0",
"isKongfu": "0"
}
]
}
}
错误时返回:
{
"code": "0",
"message": "不存在该用户的导检记录",
"data": null
}
返回参数说明:
参数名 |
类型 |
说明 |
recordId |
string |
Id |
outNo |
string |
体检号 |
name |
string |
姓名 |
gender |
string |
性别 |
idCard |
string |
身份证号 |
birthYear |
string |
出生日期 |
备注:
文档更新时间: 2022-05-27 11:12