{
"maxId": 0,
"decrypt": "True",
"firstPageMd5": ""
}curl --location --request POST '/snsList' \
--header 'AUTHORIZATION: token值' \
--header 'Content-Type: application/json' \
--data-raw '{
"maxId": 0,
"decrypt": "True",
"firstPageMd5": ""
}'{
"ret": 0,
"msg": "string",
"data": {
"firstPageMd5": "string",
"maxId": 0,
"snsCount": 0,
"requestTime": 0,
"snsList": [
{
"id": 0,
"userName": "string",
"nickName": "string",
"createTime": 0,
"snsXml": "string",
"likeCount": 0,
"likeList": [
{
"userName": "string",
"nickName": "string",
"source": 0,
"type": 0,
"createTime": 0
}
],
"commentCount": 0,
"commentList": null,
"withUserCount": 0,
"withUserList": null
}
]
}
}