分页查询回收站短链接
GET
/api/short-link/admin/v1/recycle-bin/page请求参数
Query 参数
current
string
当前页
size
string
每页数量
Body 参数application/json
code
string
必需
message
null
必需
data
object
必需
size
integer
必需
current
integer
必需
pages
integer
必需
records
array [object {11}]
必需
total
integer
必需
requestId
null
必需
success
boolean
必需
示例
{
"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
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 1 年前