{
"method": "/sns/getSnsDetail",
"params": {
"guid": "",
"snsIdList": [
7553586467479519000
]
}
}curl --location '/work-weixin/api/doApi' \
--header 'X-QIWEI-TOKEN;' \
--header 'Content-Type: application/json' \
--data '{
"method": "/sns/getSnsDetail",
"params": {
"guid": "",
"snsIdList": [
7553586467479519000
]
}
}'{
"code": 0,
"data": {
"snsDetailList": [
{
"activeIdList": [
0
],
"authorVid": 0,
"commentList": null,
"likeList": null,
"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"
}