简要描述:
- 授权许可
接口版本:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
3.5.2 | 朱小乾 | 2022-12-29 | - |
请求URL:
- /api/RegistrationCode/GetRegistrationInfo
请求方式:
- POST
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
Content-Type | 是 | string | 请求类型: application/json |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
nurseId | 否 | int | 护士Id |
keyWord | 否 | string | 关键字 |
start | 是 | datetime | 起始时间 |
end | 是 | datetime | 结束时间 |
返回示例:
正确时返回:
{
"code": 1,
"message": "操作成功",
"data": {
"callerCount": 20,
"guideCount": 20,
"monitorCount": 20,
"isValid": false,
"start": "2022-12-09T00:00:00",
"end": "2023-01-09T00:00:00",
"macCode": null,
"authorizationCode": null
}
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
callerCount | int | 医生端数量 |
guideCount | int | 导检台数量 |
monitorCount | int | 显示器数量 |
isValid | bool | 是否可用 |
start | datetime | 起始时间 |
end | datetime | 结束时间 |
macCode | string | 机器码 |
authorizationCode | string | 授权码 |
备注:
-
文档更新时间: 2022-12-29 17:07