{
"current": 1,
"pageSize": 20
}curl --location --request POST 'https://www.pushplus.plus/api/open/pre/list' \
--header 'access-key: d7b******62f' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 1,
"pageSize": 20
}'{
"code": 200,
"data": {
"list": [
{
"id": 1,
"preName": "test",
"preCode": "test",
"contentType": 1,
"createTime": "2025-04-28 14:08:35"
}
],
"pageNum": 1,
"pageSize": 1,
"pages": 1,
"total": 10
},
"msg": "执行成功"
}