{
"current": 2,
"size": 1,
"params": {
"cycleBaseId": 57,
"voiceAppId": 1000007
}
}
curl --location --request POST '/srsVoiceBillingWhitelist/list' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 2,
"size": 1,
"params": {
"cycleBaseId": 57,
"voiceAppId": 1000007
}
}'
{
"code": 0,
"msg": "success",
"data": {
"records": [
{
"id": 68,
"cycleBaseId": 57,
"firstBillingCycle": 1,
"segmentedBillingCycle": 1,
"voiceAppId": 1000007,
"customerId": 1000014,
"customerName": "itnio0987lj",
"appId": "KtUwyyzj",
"appName": "B线重复的",
"appAlias": "0705C468",
"createBy": "2525",
"createTime": 1750130807000,
"modifyBy": "2525",
"modifyTime": "2025-06-17 11:26:47",
"delFlag": 1,
"isHaveQuo": true
}
],
"total": 3,
"size": 1,
"current": 2,
"searchCount": true,
"pages": 3
},
"success": true
}