{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"deviceCode": "string",
"custNum": "string"
}
curl --location --request POST '/custDevice/getCustDeviceDetailByDeviceCode' \
--header 'token: qGUGaj6nydgo3T4bNNHPzkCULnxMwSVHsibTqbQzBbu9Xw5RxbxNmpwaUctfZ49k' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"deviceCode": "string",
"custNum": "string"
}'
{
"success": false,
"code": "",
"message": "",
"data": {
"custName": "",
"custSex": 0,
"custSexStr": "",
"custAge": 0,
"custNum": "",
"custIdentify": "",
"custAddress": "",
"deviceCode": "",
"deviceName": "",
"deviceBrand": "",
"deviceModel": "",
"createTime": "",
"deviceTypeCode": "",
"deviceTypeName": "",
"deviceState": 0,
"deviceStateStr": "",
"breathRateList": [
{
"deviceCode": "",
"breathValue": 0,
"reportTime": ""
}
],
"heartRateList": [
{
"deviceCode": "",
"heartValue": 0,
"reportTime": ""
}
],
"handledAlarmList": [
{
"alarmCode": "",
"alarmName": "",
"alarmLevel": 0,
"alarmTime": "",
"handleTime": "",
"handleMethodCode": "",
"handleUser": "",
"status": 0,
"remarks": ""
}
],
"unHandledAlarmList": [
{
"alarmCode": "",
"alarmName": "",
"alarmLevel": 0,
"alarmTime": "",
"handleTime": "",
"handleMethodCode": "",
"handleUser": "",
"status": 0,
"remarks": ""
}
],
"relationList": [
{
"custRelationName": "",
"custRelationMobile": "",
"relationship": "",
"relationshipStr": "",
"identityNo": "",
"address": ""
}
],
"warnConfigList": [
{
"configId": 0,
"configType": 0,
"configName": ""
}
]
}
}