{
"goipIds": [
0
],
"idxAppId": 0,
"poolIds": [
0
],
"portCount": 0,
"appBindId": 0,
"mcc": "string"
}curl --location --request POST '/manage/equipment/port/devPortInfo' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"goipIds": [
0
],
"idxAppId": 0,
"poolIds": [
0
],
"portCount": 0,
"appBindId": 0,
"mcc": "string"
}'{
"code": 0,
"msg": "",
"data": [
{
"keyId": 0,
"devAlias": "",
"devStatus": 0,
"portSum": 0,
"enable": 0,
"portInfo": [
{
"portNum": 0,
"portStatus": 0,
"bindStatus": false,
"iccid": "",
"mmsType": 0,
"enable": 0
}
],
"mmsType": 0
}
]
}