curl --location --request POST 'http://api.test.xuance365.com/post/my-post-notification?t=1715789824&sign=79e8cf0f98c4ccdfa597e6cc8d88ed9c&uid=4' \
--header 'Content-Type: text/plain' \
--data-raw '{
"uid": "1000921",
"t": "1758799619",
"sign": "c96a0100c696cc85aeb700292ab89cc5"
}'{
"code": 0,
"msg": "success",
"data": {
"hasNotification": true, //该字段标记是否展示红点
"replyCount": 26, //评论列表的未读数
"thumbUpCount": 5, //点赞列表的未读数
"postThumpUpCount": 5, // 动态未读点赞数
"commentThumpUpCount": 0, // 评论未读点赞数
"postReplyCount": 26, // 动态未读回复数
"commentReplyCount": 0 // 评论未读回复数
}
}