curl --location --request GET 'http://192.168.20.159:8080/ykd-base-system/deviceManagement/list?id=922337203685477600&position=&ipAddress=&type=&status=' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '{
"data": {
"total": 922337203685477600,
"list": [
{
"id": 922337203685477600,
"number": "string",
"position": "string",
"ipAddress": "string",
"type": 0,
"status": 0,
"description": "string",
"gmtCreate": "2019-08-24T14:15:22.123Z"
}
]
},
"code": 0,
"msg": "string"
}