文档
测试

获取短链统计数据

POST
/api/getLink

请求参数

参数名
类型
描述
必填
pageNo
int
当前页数
必填
pageSize
int
每页显示数量
必填
longUrl
String
长链接
可选
shortUrl
String
短链接
可选

请求示例

{ "pageNo":"1", "pageSize":"10" }

说明 / 示例

返回示例 { "code": 1000, "msg": "操作成功", "data": { "records": [ { "id": "162", "longUrl": "http://www.baidu.com", "shortUrl": "com/cddc", "amount": 0, "person": 0, "createTime": "2022-12-02 15:33:14", "updateTime": null }, { "id": "159", "longUrl": "https://www.hgty991.bet", "shortUrl": "22229.eu/", "amount": 241, "person": 196, "createTime": "2022-12-02 00:43:18", "updateTime": null }, { "id": "158", "longUrl": "https://www.hgty041.bet", "shortUrl": "28588.co/", "amount": 778, "person": 695, "createTime": "2022-12-01 19:52:19", "updateTime": null }, { "id": "157", "longUrl": "https://www.hgty42.com", "shortUrl": "33339.eu/", "amount": 891, "person": 705, "createTime": "2022-12-01 15:23:47", "updateTime": null }, { "id": "156", "longUrl": "https://www.hgty576.com/?channelId=C55618_9&type=3", "shortUrl": "29556.vip/34b4", "amount": 4, "person": 3, "createTime": "2022-12-01 14:52:29", "updateTime": null }, { "id": "155", "longUrl": "https://www.bet516.bet", "shortUrl": "55559.eu/", "amount": 1210, "person": 1011, "createTime": "2022-12-01 14:48:44", "updateTime": null }, { "id": "152", "longUrl": "https://www.hgty20.com/?channelId=C55618_8&type=3", "shortUrl": "7009.ws/", "amount": 560, "person": 395, "createTime": "2022-11-30 21:23:59", "updateTime": null }, { "id": "151", "longUrl": "https://www.beta56.com/?channelId=C13479_155&type=3", "shortUrl": "25002.vip/", "amount": 53, "person": 29, "createTime": "2022-11-30 18:42:01", "updateTime": null }, { "id": "150", "longUrl": "https://www.hgty23.com/?channelId=C55618_8&type=3", "shortUrl": "29556.in/", "amount": 42, "person": 22, "createTime": "2022-11-30 17:04:25", "updateTime": null }, { "id": "147", "longUrl": "https://www.beta56.com/?channelId=C13479_155&type=3", "shortUrl": "7009.bet/", "amount": 192, "person": 125, "createTime": "2022-11-29 18:13:49", "updateTime": null } ], "total": 125, "size": 10, "current": 1, "orders": [], "optimizeCountSql": true, "searchCount": true, "countId": null, "maxLimit": null, "pages": 13 } }