{
"data": {
"wxid": "wxid_******22",
"snsid": "659***********8812"
},
"type": 60006
}curl --location 'http://127.0.0.1:8981/api' \
--header 'Content-Type: application/json' \
--data '{
"data": {
"wxid": "wxid_******22",
"snsid": "659***********8812"
},
"type": 60006
}'{
"data": {
"commentCount": 2,
"commentUserList": [ //评论列表
{
"commentId": 3,
"content": "太棒了",
"createTime": 1775506434,
"nickname": "评论用户的昵称",
"replyCommentId": 0,
"replyUsername": "",
"type": 2,
"username": "wxid_***********2" //谁评论的
},
{
"commentId": 67,
"content": "就想知道谁的脚有这么大的牛劲",
"createTime": 1775506524,
"nickname": "评论用户的昵称",
"replyCommentId": 0,
"replyUsername": "",
"type": 2,
"username": "wxid_**********22" //谁评论的
}
],
"commentUserListCount": 2,
"createTime": 1775506420,
"likeCount": 0,
"likeFlag": 0, //是否给他点赞
"likeUserList": [], //点赞列表
"likeUserListCount": 0,
"nickname": "作者昵称",
"objectDesc": "<TimelineObject><***********</TimelineObject>",
"snsid": "148********141",
"username": "wxid_********s22" //作者wxid
},
"msg": "ok",
"type": 60006
}