文档
测试

查询心率设备信息

GET
/equip/equipment-bind/rate/info

请求头

参数名
类型
描述
必填
Content-Type
string
application/x-www-form-urlencoded
必填
Authorization
string
Token签名
必填

请求参数

参数名
类型
描述
必填
type
number
类型:100-心率带。默认:100
必填

响应参数

参数名
类型
描述
必填
status
number
状态,200为成功,其他皆为失败
必填
message
string
提示消息
必填
data
object
必填
categoryId
string
设备分类ID
必填
categoryName
string
设备分类名称
必填
categoryIcon
string
设备分类Icon
必填
categoryCover
string
设备分类封面
必填
bindId
string
绑定ID
必填
equipmentId
string
设备ID
必填
equipmentName
string
蓝牙名称
必填
equipmentCover
string
设备封面
必填
bluetoothCode
string
蓝牙前缀名
必填
modelCode
string
设备型号
必填
isLinkApp
number
是否支持连接APP:0-否,1-是
必填
isMeta
number
是否存在训练数据:0-否,1-是
必填
bluetoothName
string
设备名称
必填
mac
string
MAC地址
必填

返回示例

```JSON { "status": 200, "message": "SUCCESS", "data": { "categoryId": "1437286390066221058", "categoryName": "心率带", "categoryIcon": "https://static.merach.com/other/20210913/Utyw1OquWuGHJPT5.webp", "categoryCover": "https://static.merach.com/other/20210913/oECDBX89Kde37xcr_512x512.jpg", "bindId": 0, "equipmentId": 0, "equipmentName": "", "equipmentCover": "", "bluetoothCode": "", "modelCode": "", "isLinkApp": 0, "isMeta": 0 } } ```