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