{
"current": 1,
"pageSize": 20,
"params": {
"topicId": 1
}
}
curl --location --request POST 'https://www.pushplus.plus/api/open/topicUser/subscriberList' \
--header 'access-key: d7b******62f' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 1,
"pageSize": 20,
"params": {
"topicId": 1
}
}'
{
"code": 200,
"msg": "请求成功",
"data": {
"pageNum": 1,
"pageSize": 20,
"total": 1,
"pages": 1,
"list": [
{
"id": 1,
"nickName": "昵称",
"openId": "o0a******wZo",
"headImgUrl": "http://thirdwx.qlogo.cn/mmopen/Q3a******32",
"userSex": -1,
"havePhone": 0,
"isFollow": 1,
"emailStatus": 0,
"followTime": "2022-04-15 09:47:25",
"remark": "备注内容"
}
]
}
}