{
"current": 1,
"pageSize": 20
}
curl --location --request POST 'https://www.pushplus.plus/api/open/friend/list' \
--header 'access-key: d7b******62f' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 1,
"pageSize": 20
}'
{
"code": 200,
"data": {
"list": [
{
"id": 4,
"friendId": 1322,
"token": "f6bd32c07******a076f2e89aed4e92",
"headImgUrl": "",
"nickName": "昵称",
"emailStatus": 0,
"havePhone": 0,
"isFollow": 1,
"remark": "备注",
"createTime": "2022-09-06 11:15:32"
}
],
"pageNum": 1,
"pageSize": 1,
"pages": 1,
"total": 10
},
"msg": "执行成功"
}