小程序短链接
链接无缝跳转小程序

获取某个短链的详细信息,包含原始链接、标题、有效期、访问量等。
https://c1n.cn/link/listPOST
{
code: 0,
msg: "成功"
data: {
"pageTotal": 3, //页数
"total": 25, //总记录数
"list": [
{
"shortUrl": "https://c1ns.cn/N1PC30", //短链接
"url": "http://www.baidu.com", //原始链接
"remark": "测试", //短链标题
"status": "NORMAL", //短链状态:NORMAL-正常;DISABLED-失效
"expiryDate": "2023-10-20 00:00:00", //有效期
"pv": 1, //累计访问量
"today": 1, //今日访问量
"updateTime": "2023-09-24 21:11:28" //更新时间
}
]
}
}