{
"receiveCardList": [
{
"portIndex":255,
"connectedIndex":65535
}
]
}curl --location 'http://192.168.0.220:12000/terminal/core/v1/receivecard/monitor-info' \
--header 'Authorization: 17857457369538LRHKOWdiBwFUnDn5QBZDw==' \
--header 'token: 1785466956901pkbCeqrUQv+PGjEfNTlNoQ==' \
--header 'Content-Type: application/json' \
--data '{
"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"
}
]
}
}