{
"receiveCardList": [
{
"connectedIndex":65535,
"portIndex":255
}
]
}curl --location --request POST 'http://192.168.0.220:12000/terminal/core/v1/receivecard/base-info' \
--header 'Authorization: "token": "1772884900758a3G/2VxvvL8sYGX7ch4lkw==",' \
--header 'token: 17728859184696FpLycPa6RQn6ACR6uNK1w==' \
--header 'Content-Type: application/json' \
--data-raw '{
"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"
}
]
}
}