{
"receiveCardList": [
{
"connectedIndex":65535,
"portIndex":255
}
]
}curl --location 'http://192.168.0.220:12000/terminal/core/v1/receivecard/base-info' \
--header 'Authorization: 17857457369538LRHKOWdiBwFUnDn5QBZDw==' \
--header 'token: 1785466956901pkbCeqrUQv+PGjEfNTlNoQ==' \
--header 'Content-Type: application/json' \
--data '{
"receiveCardList": [
{
"connectedIndex":65535,
"portIndex":255
}
]
}'{
"code": 0,
"message": "",
"data": {
"items": [
{
"fpgaVersion": "FPGA:4.6.4.119",
"mcuVersion": "MCU:4.6.4.119",
"modelType": "A8s",
"position": "020003000500",
"sn": "2YHA12706N1A10049941"
},
{
"fpgaVersion": "FPGA:4.6.4.119",
"mcuVersion": "MCU:4.6.4.119",
"modelType": "A8s",
"position": "020003000501",
"sn": "2YHA12706N1A10049941"
}
]
}
}