{
"code": "string",
"message": null,
"data": {
"size": 0,
"current": 0,
"pages": 0,
"records": [
{
"id": 0,
"domain": "string",
"shortUri": "string",
"fullShortUrl": "string",
"originUrl": "string",
"gid": "string",
"validDateType": 0,
"validDate": null,
"createTime": "string",
"describe": "string",
"favicon": null
}
],
"total": 0
},
"requestId": null,
"success": true
}
curl --location --request GET 'http://127.0.0.1:8000/api/short-link/admin/v1/recycle-bin/page?current=&size=' \
--header 'token: 4b312f0b-aa6a-474a-8c20-70b2544c8f97' \
--header 'username: admin' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"message": null,
"data": {
"size": 0,
"current": 0,
"pages": 0,
"records": [
{
"id": 0,
"domain": "string",
"shortUri": "string",
"fullShortUrl": "string",
"originUrl": "string",
"gid": "string",
"validDateType": 0,
"validDate": null,
"createTime": "string",
"describe": "string",
"favicon": null
}
],
"total": 0
},
"requestId": null,
"success": true
}'
{}