{}
curl --location --request GET 'https://iot-dev.utapp.cn/iot/terminal/ledger/getAllIotEquipmentType' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 0,
"success": true,
"message": "操作成功",
"data": [
{
"mrid": "3ivRgp-OfAF",
"equipmentTypeId": 11,
"name": "minim dolore exercitation velit",
"aliasName": "fugiat",
"description": "velit cillum"
}
]
}