{
"log": {
"keyId": 0,
"operator": "string",
"ip": "string",
"operateTime": "string",
"button": 0,
"menu": 0,
"access": "string",
"functionType": "string",
"actionType": "string",
"actionAlias": "string",
"association": "string",
"before": "string",
"after": "string",
"i18nPrefix": "string"
},
"keyId": 0,
"idxUserId": 0,
"idxAppId": 0,
"brandId": 0,
"remarks": "string",
"startTime": "string",
"endTime": "string",
"devIds": "string",
"devAlias": "string",
"addPortInfo": [
{
"goipId": 0,
"portNum": 0,
"devAlias": "string",
"policy": "string"
}
],
"delPortInfo": [
{
"goipId": 0,
"portNum": 0,
"devAlias": "string",
"policy": "string"
}
],
"policyId": 0,
"backPoolNum": 0,
"allBackList": [
{
"keyId": 0,
"taskId": 0,
"idxGoipId": 0,
"portNum": 0,
"content": "string",
"sendResult": 0,
"receivedStatus": 0,
"status": 0,
"createTime": "string",
"smsId": "string",
"taskSearchDetail": "string",
"mmsContent": "string",
"mmsSendResult": 0,
"mmsReceivedStatus": 0,
"mmsSmsId": "string"
}
],
"portDaySendLimit": 0,
"interceptId": 0,
"mcc": "string",
"insufficientPolicyId": 0,
"unbindToPortPool": 0,
"mmsRatio": 0,
"schedulerType": 0,
"portInsufficientPolicyId": 0,
"channelType": 0,
"channelIds": "string"
}curl --location --request POST '/manage/equipment/appPort/bind' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"log": {
"keyId": 0,
"operator": "string",
"ip": "string",
"operateTime": "string",
"button": 0,
"menu": 0,
"access": "string",
"functionType": "string",
"actionType": "string",
"actionAlias": "string",
"association": "string",
"before": "string",
"after": "string",
"i18nPrefix": "string"
},
"keyId": 0,
"idxUserId": 0,
"idxAppId": 0,
"brandId": 0,
"remarks": "string",
"startTime": "string",
"endTime": "string",
"devIds": "string",
"devAlias": "string",
"addPortInfo": [
{
"goipId": 0,
"portNum": 0,
"devAlias": "string",
"policy": "string"
}
],
"delPortInfo": [
{
"goipId": 0,
"portNum": 0,
"devAlias": "string",
"policy": "string"
}
],
"policyId": 0,
"backPoolNum": 0,
"allBackList": [
{
"keyId": 0,
"taskId": 0,
"idxGoipId": 0,
"portNum": 0,
"content": "string",
"sendResult": 0,
"receivedStatus": 0,
"status": 0,
"createTime": "string",
"smsId": "string",
"taskSearchDetail": "string",
"mmsContent": "string",
"mmsSendResult": 0,
"mmsReceivedStatus": 0,
"mmsSmsId": "string"
}
],
"portDaySendLimit": 0,
"interceptId": 0,
"mcc": "string",
"insufficientPolicyId": 0,
"unbindToPortPool": 0,
"mmsRatio": 0,
"schedulerType": 0,
"portInsufficientPolicyId": 0,
"channelType": 0,
"channelIds": "string"
}'{
"code": 0,
"msg": "",
"data": {},
"success": false
}