{ "receiveCardList": [ { "portIndex": 0, "connectedIndex": 0 }, { "portIndex": 0, "connectedIndex": 1 } ] }
curl --location --request POST 'https://192.168.0.10:16674/terminal/core/v1/receivecard/monitor-info' \ --header 'Authorization: 1724333189506EO5Zqpduu4+azwYYXMJJhg==' \ --header 'Content-Type: application/json' \ --data-raw '{ "receiveCardList": [ { "portIndex": 0, "connectedIndex": 0 }, { "portIndex": 0, "connectedIndex": 1 } ] }'
{ "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" } ] } }