{
"current": 1,
"pageSize": 20
}
curl --location --request POST 'https://www.pushplus.plus/api/open/cp/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": 5,
"pages": 1,
"list": [
{
"id": 1,
"cpName": "企业微信应用名称",
"cpCode": "c001"
}
]
}
}