{
"createDept": 0,
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"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"
}
curl --location --request POST '/customer/wearableDevice' \
--header 'Content-Type: application/json' \
--data-raw '{
"createDept": 0,
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"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",
"data": {}
}