{
"current": 1,
"size": 25,
"params": {
"id": 0,
"longUrl": "string",
"shortUrl": "string",
"shortLinkVendor": "string",
"type": 0,
"status": 0,
"shortStatus": 0,
"sendId": "string",
"mcc": 0,
"createdTime": "string",
"updateTime": "string",
"startDateTime": "string",
"endDateTime": "string",
"exactParamsList": [
"string"
]
},
"ascs": [
"string"
],
"descs": [
"string"
]
}curl --location '/short/link/pool/list' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"current": 1,
"size": 25,
"params": {
"id": 0,
"longUrl": "string",
"shortUrl": "string",
"shortLinkVendor": "string",
"type": 0,
"status": 0,
"shortStatus": 0,
"sendId": "string",
"mcc": 0,
"createdTime": "string",
"updateTime": "string",
"startDateTime": "string",
"endDateTime": "string",
"exactParamsList": [
"string"
]
},
"ascs": [
"string"
],
"descs": [
"string"
]
}'{
"code": 0,
"msg": "",
"data": {
"records": [
{
"id": 0,
"longUrl": "",
"shortUrl": "",
"shortLinkVendor": "",
"type": 0,
"status": 0,
"shortStatus": 0,
"createdTime": "",
"updateTime": "",
"accountId": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"ascs": [
""
],
"descs": [
""
],
"optimizeCountSql": false,
"isSearchCount": false
}
}