文档
测试

获取用户手环信息

GET
Bracelet/watcheslist

请求头

参数名
类型
描述
必填
user-token
string
token
必填

响应参数

参数名
类型
描述
必填
code
int
参数值1成功,0无数据,其他为报错码
必填
msg
string
描述
必填
data
array
数据包
必填

说明 / 示例

data:""或 data{ 0:{id //id imei 设备号 uid //uid bpCorrectionH //校准血压高压 bpCorrectionLow //校准血压低压 bpThresholdHigh //血压报警高阀值 bpThresholdLow //血压报警低阀值 deviceMobileNo //设备电话号码 fallingAlarm //跌倒报警 hrmThresholdHigh //心率高阀值 hrmThresholdLow //心率低阀值 restricted //不限制,Y-启用限制 create_time 添加时间 }, myself:""或 myself{ id //id imei 设备号 uid //uid bpCorrectionH //校准血压高压 bpCorrectionLow //校准血压低压 bpThresholdHigh //血压报警高阀值 bpThresholdLow //血压报警低阀值 deviceMobileNo //设备电话号码 fallingAlarm //跌倒报警 hrmThresholdHigh //心率高阀值 hrmThresholdLow //心率低阀值 restricted //不限制,Y-启用限制 create_time 添加时间 } } 例如: { "code": "1", "msg": "获取成功!", "data": { "data": "", "myself": { "id": 1, "imei": "356191204140517", "bpCorrectionHigh": 120, "bpCorrectionLow": 85, "bpThresholdHigh": 0, "bpThresholdLow": 0, "deviceMobileNo": "", "fallingAlarm": "Y", "hrmThresholdHigh": 0, "hrmThresholdLow": 0, "restricted": "Y", "name": "小熊", "ownerGender": "F", "ownerBirthday": null, "height": 0, "weight": 0, "ownerBloodType": "", "is_syn": "1", "create_time": "2020-01-02 17:07:57" } } }