{
"method": "/sns/getSnsRecord",
"params": {
"guid": "",
"maxSeq": 0
}
}curl --location '/work-weixin/api/doApi' \
--header 'X-QIWEI-TOKEN;' \
--header 'Content-Type: application/json' \
--data '{
"method": "/sns/getSnsRecord",
"params": {
"guid": "",
"maxSeq": 0
}
}'{
"code": 0,
"data": {
"snsDetailList": [
{
"activeIdList": null,
"authorVid": 0,
"commentList": [
{
"commentContent": "string",
"commentFromId": 0,
"commentId": 0,
"commentRefId": 0,
"commentSnsId": 0,
"commentTime": 0
}
],
"likeList": [
{
"time": 0,
"userId": 0
}
],
"content": "string",
"createTime": 0,
"flag": 0,
"linkInfo": {
"contentUrl": "string",
"title": "string",
"wxFinderInfo": {
"avatar": "string",
"coverUrl": "string",
"desc": "string",
"extras": "string",
"feedType": 0,
"nickname": "string",
"thumbUrl": "string",
"url": "string"
}
},
"mediaList": [
{
"fileSize": 0,
"fileType": 0,
"md5": "string",
"snsFileId": "string",
"videoLength": 0
}
],
"postId": "string",
"seq": 0,
"snsId": 0,
"visibleType": 0
}
]
},
"msg": "string"
}