简要描述:
- 获取诊位检区信息
接口版本:
| 版本号 | 制定人 | 制定日期 | 修订日期 |
|---|---|---|---|
| 3.2.1 | 朱小乾 | 2022-08-03 |
请求URL:
- /api/aioMain/aioClient/BindAios
请求方式:
- Post
请求头:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| Content-Type | 是 | string | 请求类型: application/json |
请求参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| id | 是 | int | 主键Id |
| macAddress | 是 | string | 地址 |
返回示例:
正确时返回:
{"code": 1,"message": "操作成功","data": null}
错误时返回:
{"code": 12,"message": "操作失败","data": null}
返回参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
备注:
-
文档更新时间: 2022-08-04 10:32