{
"current": 1,
"size": 25,
"params": {
"id": 0,
"vendor": "string",
"vendorType": 0,
"accountId": "string",
"accessToken": "string",
"monthlyQuota": 0,
"usedCount": 0,
"status": 0,
"mccList": "string",
"createdTime": "string",
"updateTime": "string",
"startDateTime": "string",
"endDateTime": "string",
"exactParamsList": [
"string"
]
},
"ascs": [
"string"
],
"descs": [
"string"
]
}curl --location '/short/link/pool/account/list' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"current": 1,
"size": 25,
"params": {
"id": 0,
"vendor": "string",
"vendorType": 0,
"accountId": "string",
"accessToken": "string",
"monthlyQuota": 0,
"usedCount": 0,
"status": 0,
"mccList": "string",
"createdTime": "string",
"updateTime": "string",
"startDateTime": "string",
"endDateTime": "string",
"exactParamsList": [
"string"
]
},
"ascs": [
"string"
],
"descs": [
"string"
]
}'{
"code": 0,
"msg": "",
"data": {
"records": [
{
"id": 0,
"vendor": "",
"vendorType": 0,
"accountId": "",
"accessToken": "",
"monthlyQuota": 0,
"usedCount": 0,
"status": 0,
"mccList": "",
"createdTime": "",
"updateTime": "",
"mcc": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"ascs": [
""
],
"descs": [
""
],
"optimizeCountSql": false,
"isSearchCount": false
}
}