文档
测试

我的设备

POST
{{mallUrl}}/app/patient_device/v1.0.1/get_patient_device

请求头

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

响应参数

参数名
类型
描述
必填
code
必填
message
必填
data
list
必填
id
id
必填
userRef
用户id
必填
deviceRef
设备id
必填
patientRef
就诊人id
必填
extPatientId
主站就诊人id
必填
deviceName
设备名称
必填
mac
mac
必填
type
类型【 1:蓝牙,2:WiFi,3:SIM卡】
必填
iconUrl
设备图片
必填
leadUrl
引导页
必填
defaultIndicatorType
默认测量健康指标
必填
buttonText
引导页按钮文案
必填

说明 / 示例

{ "code": "200", "message": "success", "data": [ { "id": "221103100823152001384667", "userRef": "211101193420000001118", "deviceRef": "IOT0000000015", "patientRef": "220328103917710001384", "extPatientId": "B435803EDC65D0C0806A695B93C01F69", "deviceName": "欧姆龙血压计BP73A2T", "realName": null, "mac": "3C828865-8D3B-BAB6-DC22-00A509549998", "remark": null, "version": 1, "iterateVersion": null, "deleteFlag": "0", "createTime": 1667441303000, "updateTime": 1667441303000, "merchantCode": null, "type": "1", "url": null, "deviceDto": { "id": "IOT0000000015", "categoryRef": "[\"8\"]", "categoryName": "血压计", "name": "欧姆龙血压计BP73A2T", "bluetoothName": "BP73A2T", "iconUrl": "https://wykj-ydjk.cn-beijing.oss.aliyuncs.com/20221026/43111A4078B24E9494F4C8FF12CF6ADB.png", "leadUrl": "[{\"1\":\"https://wykj-ydjk.cn-beijing.oss.aliyuncs.com/20221208/666DB798B1D843FFA94E400997A4C8F6.png\"}]", "defaultIndicatorType": "1", "buttonText": "同步数据", "type": "1", "indicatorType": "[\"1\"]", "instruction": "", "channelType": 1, "remark": "", "categoryRefs": [ "8" ], "indicatorTypes": [ "1" ], "leadUrls": [ { "1": "https://wykj-ydjk.cn-beijing.oss.aliyuncs.com/20221208/666DB798B1D843FFA94E400997A4C8F6.png" } ] } }, { "id": "221011114256344001384667", "userRef": "211101193420000001118", "deviceRef": "IOT0000000005", "patientRef": "220328103917710001384", "extPatientId": "B435803EDC65D0C0806A695B93C01F69", "deviceName": "鱼跃YE670A", "realName": null, "mac": "D6CFB394-7637-126A-9F3C-A52E874275B7", "remark": null, "version": 1, "iterateVersion": null, "deleteFlag": "0", "createTime": 1665459776000, "updateTime": 1665459776000, "merchantCode": null, "type": "1", "url": null, "deviceDto": { "id": "IOT0000000005", "categoryRef": "[\"8\"]", "categoryName": "血压计", "name": "鱼跃YE670A", "bluetoothName": "Yuwell BP-YE670A", "iconUrl": "https://wykj-ydjk.cn-beijing.oss.aliyuncs.com/smart/nc011/yuwell680a.png", "leadUrl": "[{\"1\":\"https://wykj-ydjk.cn-beijing.oss.aliyuncs.com/20221208/E58967C5B46E4CFA87DECB30F4A652D2.png\"}]", "defaultIndicatorType": "1", "buttonText": "同步数据", "type": "1", "indicatorType": "[\"1\"]", "instruction": "{}", "channelType": 1, "remark": "", "categoryRefs": [ "8" ], "indicatorTypes": [ "1" ], "leadUrls": [ { "1": "https://wykj-ydjk.cn-beijing.oss.aliyuncs.com/20221208/E58967C5B46E4CFA87DECB30F4A652D2.png" } ] } } ], "time": 1671519530524 }