{
"current": 1,
"pageSize": 20
}curl --location --request POST 'https://www.pushplus.plus/api/open/setting/listUserDefault' \
--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": 5,
"pages": 1,
"list": [
{
"id": 1,
"channel": "wechat",
"channelTxt": "微信公众号",
"updateTime": "2025-12-08 09:32:06",
"name": "用户token"
}
]
}
}