{
"current": 0,
"pageSize": 0,
"params": {}
}
curl --location --request POST 'https://www.pushplus.plus/api/open/token/list' \
--header 'access-key: d7b******62f' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 0,
"pageSize": 0,
"params": {}
}'
{
"code": 200,
"msg": "请求成功",
"data": {
"pageNum": 1,
"pageSize": 20,
"total": 3,
"pages": 1,
"list": [
{
"id": 1,
"name": "pushplus",
"expireTime": "2035-05-09 20:44:00",
"token": "837******46e2"
}
]
}
}