{
"data": {
"wxid": "wxid_******22",
"snsid": "659***********8812",
"content": "牛666666666",
"img_file": "d:\\222.jpg"
},
"type": 60008
}curl --location 'http://127.0.0.1:8981/api' \
--header 'Content-Type: application/json' \
--data '{
"data": {
"wxid": "wxid_******22",
"snsid": "659***********8812",
"content": "牛666666666",
"img_file": "d:\\222.jpg"
},
"type": 60008
}'{
"data": {
"commentCount": 1,
"commentUserList": [ //评论列表
{
"commentId": 1,
"content": "牛666666666",
"createTime": 1776952226,
"nickname": "评论用户的昵称",
"replyCommentId": 0,
"replyUsername": "",
"type": 2,
"username": "wxid_3*******5" //评论用户的wxid
}
],
"commentUserListCount": 1,
"createTime": 1776951979,
"likeCount": 0,
"likeFlag": 0,
"likeUserList": [], //点赞列表
"likeUserListCount": 0,
"nickname": "作者昵称",
"objectDesc": "<TimelineObject><************</TimelineObject>",
"snsid": "1490*********01",
"username": "wxid_1*******222" //作者wxid
},
"msg": "ok",
"type": 60008
}