{
"current": 1,
"size": 25,
"params": {
"idxUserId": 0,
"accountId": 0,
"idxAppId": 0,
"bindDevAlias": "string",
"bindDevId": "string",
"brandId": 0,
"remarks": "string",
"type": 0,
"strTime": "string",
"endTime": "string",
"policyId": 0,
"interceptId": 0,
"mcc": "string",
"insufficientPolicyId": 0,
"schedulerType": 0,
"portInsufficientPolicyId": 0,
"channelType": 0,
"channelId": 0
},
"ascs": [
"string"
],
"descs": [
"string"
]
}curl --location --request POST '/manage/equipment/appPort/query' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 1,
"size": 25,
"params": {
"idxUserId": 0,
"accountId": 0,
"idxAppId": 0,
"bindDevAlias": "string",
"bindDevId": "string",
"brandId": 0,
"remarks": "string",
"type": 0,
"strTime": "string",
"endTime": "string",
"policyId": 0,
"interceptId": 0,
"mcc": "string",
"insufficientPolicyId": 0,
"schedulerType": 0,
"portInsufficientPolicyId": 0,
"channelType": 0,
"channelId": 0
},
"ascs": [
"string"
],
"descs": [
"string"
]
}'{
"code": 0,
"msg": "",
"data": {
"records": [
{
"keyId": 0,
"idxAppId": 0,
"brandName": "",
"userAlias": "",
"userName": "",
"appAlias": "",
"bindPortNum": 0,
"onlinePortNum": 0,
"bindDevNum": 0,
"bindDevIds": "",
"bindDevDesc": "",
"sendLimitSum": 0,
"sendRestSum": 0,
"type": 0,
"remarks": "",
"startTime": "",
"endTime": "",
"updateTime": "",
"createTime": "",
"policyName": "",
"portDaySendLimit": 0,
"interceptName": "",
"mcc": "",
"mmsRatio": 0,
"insufficientPolicyName": "",
"schedulerType": 0,
"portInsufficientPolicyName": "",
"schedulerTypeName": "",
"channelType": 0,
"channelAlias": "",
"channelIds": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"ascs": [
""
],
"descs": [
""
],
"optimizeCountSql": false,
"isSearchCount": false,
"searchCount": false,
"pages": 0,
"asc": [
""
],
"desc": [
""
]
},
"success": false
}