curl --location --request GET '/customer/wearableDevice/list?id='
{
"total": 0,
"rows": [
{
"id": 0,
"customerId": 0,
"deviceType": "string",
"modelNumber": "string",
"mac": "string",
"bt": "string",
"sn": "string",
"issueDate": "2019-08-24T14:15:22Z",
"bindingDate": "2019-08-24T14:15:22Z",
"deviceStatus": "string",
"unbindingTime": "2019-08-24T14:15:22Z",
"isStop": 0,
"dataSource": "string"
}
],
"code": 0,
"msg": "string"
}