{
"receiveCardList": [
{
"portIndex":255,
"connectedIndex":65535
}
]
}curl --location --request POST 'http://192.168.0.220:12000/terminal/core/v1/receivecard/monitor-info' \
--header 'Authorization: "token": "1766750047679tzKSIsromDRgY7hHsgCbiw==",' \
--header 'Content-Type: application/json' \
--data-raw '{
"receiveCardList": [
{
"portIndex":255,
"connectedIndex":65535
}
]
}'{
"code": 0,
"message": "",
"data": {
"items": [
{
"status": true,
"position": "020003000500",
"sn": "2YHA12706N1A10049941",
"temperature": "37.0",
"voltage": "4.9"
},
{
"status": false,
"position": "020003000501",
"sn": "2YHA12706N1A10049941",
"temperature": "37.0",
"voltage": "4.9"
}
]
}
}