{
"current": 0,
"pageSize": 0,
"params": {
"topicType": 0
}
}
curl --location --request POST 'https://www.pushplus.plus/api/open/topic/list' \
--header 'access-key: d7b******62f' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 0,
"pageSize": 0,
"params": {
"topicType": 0
}
}'
{
"code": 200,
"msg": "请求成功",
"data": {
"pageNum": 1,
"pageSize": 20,
"total": 3,
"pages": 1,
"list": [
{
"topicId": 4,
"topicCode": "群组编码",
"topicName": "群组名称",
"nickName": "所属微信公众号名称",
"createTime": "2021-12-24 01:19:15"
}
]
}
}