{
"current": 1,
"pageSize": 20
}
curl --location --request POST 'https://www.pushplus.plus/api/open/message/list' \
--header 'access-key: d7b******62f' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 1,
"pageSize": 20
}'
{
"code": 200,
"msg": "请求成功",
"data": {
"pageNum": 1,
"pageSize": 20,
"total": 8,
"pages": 1,
"list": [
{
"topicName": "",
"messageType": 1,
"title": "XXX",
"shortCode": "a01***648",
"channel": "wechat",
"updateTime": "2021-12-08 20:19:02"
}
]
}
}