{
"deviceName": "string"
}
curl --location --request POST 'https://eventsys-test-d-browser.gogen.cn/eventSys/app/poc/deviceList' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceName": "string"
}'
{
"status": false,
"code": 0,
"message": "",
"exceMes": "",
"requestId": "",
"timestamp": 0,
"result": [
{
"id": "",
"deviceName": ""
}
]
}