curl --location --request GET 'https://192.168.88.32:9781/bvcsp/v1/bv28181out/smarteye/device/' \
--header 'Authorization;' \
--header 'Content-Type: application/json'{
"code": 0,
"msg": "string",
"data": {
"id": "string",
"name": "string",
"gid": "string",
"status": 0,
"proto": "string",
"config_list": [
{
"id": 0,
"pu_id": "string",
"gb28181_id": "string",
"name": "string",
"channel_list": [
{
"id": 0,
"gb28181_id": "string",
"channel_num": 0,
"config_index": 0,
"name": "string"
}
]
}
]
}
}