{
"assetNo": "string",
"ip": "string",
"dkyDeviceName": "string",
"dccName": "string",
"queryType": 0,
"jsDevArea": "string",
"deviceNo": "string",
"wgIp": "string",
"securityArea": "string",
"deviceName": "string",
"bindStatus": 0,
"mapStatus": 0,
"runningStateList": [
"string"
],
"pageNo": 0,
"pageSize": 0
}curl --location '/dky/device/list' \
--header 'Content-Type: application/json' \
--data '{
"assetNo": "string",
"ip": "string",
"dkyDeviceName": "string",
"dccName": "string",
"queryType": 0,
"jsDevArea": "string",
"deviceNo": "string",
"wgIp": "string",
"securityArea": "string",
"deviceName": "string",
"bindStatus": 0,
"mapStatus": 0,
"runningStateList": [
"string"
],
"pageNo": 0,
"pageSize": 0
}'{
"code": 0,
"data": [
{
"assetNo": "",
"dkyDeviceId": "",
"deviceId": 0,
"deviceName": "",
"deviceNo": "",
"dkyDeviceName": "",
"ip": "",
"wgIp": "",
"dccName": "",
"dkyVersion": "",
"dkyCompany": "",
"orgName": "",
"voltageGrade": "",
"plantType": "",
"operateDate": "",
"runningState": "",
"deviceType": 0,
"deviceTypeName": "",
"bindStatus": 0,
"mapStatus": 0,
"jsDevArea": "",
"securityArea": "",
"operationType": 0,
"wgType": "",
"wgTypeName": "",
"company": "",
"group": "",
"area": "",
"district": "",
"management": "",
"queryType": 0
}
],
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}