curl --location --request GET '/openservice/iot-service/device/tech?entId=&code=' \
--header 'X-Qpaas-Dev-Tags: ylh' \
--header 'Cookie: PHPSESSID=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a; access_token=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a'
{
"result": {
"total": 0,
"list": [
{
"id": 0,
"deviceCode": "string",
"name": "string",
"functionCode": "string",
"type": "string",
"description": "string",
"engineId": 0,
"status": 0,
"createdAt": "string",
"lastModified": "string"
}
]
},
"msg": "string",
"code": 0,
"status": 0
}