- 开发说明
- 项目案例(部分)
- 开发API
- 登录模块
- 联系人相关接口
- 群管理接口
- 消息模块
- 朋友圈模块
- 标签模块
- 个人模块
- 收藏夹模块
- 视频号模块
某条朋友圈详情
POST
/sns/snsDetails
基础API/朋友圈模块
请求参数
Header 参数
VideosApi-token
string
必需
示例值:
{{VideosApi-token}}
Body 参数application/json
appId
string
设备ID
snsId
number
朋友圈ID
示例
{
"appId": "{{appid}}",
"snsId": 14214000407987818000
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://api.videosapi.com/finder/v2/api/sns/snsDetails' \
--header 'VideosApi-token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "{{appid}}",
"snsId": 14214000407987818000
}'
返回响应
🟢200成功
application/json
Body
ret
integer
必需
msg
string
必需
data
object
必需
id
integer
朋友圈ID
userName
string
必需
nickName
string
朋友圈作者的昵称
createTime
integer
发布时间
snsXml
string
必需
likeCount
integer
点赞数
likeList
array [object {5}]
点赞好友的信息
commentCount
integer
评论数
commentList
array [object {9}]
评论的内容
withUserCount
integer
提醒谁看的数量
withUserList
null
提醒谁看的wxid
示例
{
"ret": 200,
"msg": "操作成功",
"data": {
"id": 14214000407987818000,
"userName": "VideosApi",
"nickName": "VideosApi",
"createTime": 1694440890,
"snsXml": "<TimelineObject><id>14214000407987819068</id><username>zhangchuan2288</username><createTime>1694440890</createTime><cont\">http://shmmsns.qpic.cn/mmsns/FzeKA69P5uIdqPfQxp59LpevPpX0bJz1zbXSpiavc01kia9H4cic0dJbHbUEJDibB8jx2oXfnBuKhgg/0</url><thumb type=\"1\">http://shmmsns.qpic.cn/mmsns/FzeKA69P5uIdqPfQxp59LpevPpX0bJsageAction></messageAction></appMsg></actionInfo><location poiClassifyId=\"\" poiName=\"\" poiAddress=\"\" poiClassifyType=\"0\" city=\"\"></location><publicUserName></publicUserName><streamvideo><streamvideourl></streamvideourl><streamvideothumburl></streamvideothumburl><streamvideoweburl></streamvideoweburl></streamvideo></TimelineObject>",
"likeCount": 4,
"likeList": [
{
"userName": "***********",
"nickName": "糖果",
"source": 0,
"type": 1,
"createTime": 1694440920
},
{
"userName": "***********",
"nickName": "挽风~",
"source": 0,
"type": 1,
"createTime": 1694441103
},
{
"userName": "***********",
"nickName": "^^辻弌^^",
"source": 0,
"type": 1,
"createTime": 1694441218
},
{
"userName": "***********",
"nickName": "丶zoū zoú zoǔ zoù 👾",
"source": 0,
"type": 1,
"createTime": 1694455325
}
],
"commentCount": 19,
"commentList": [
{
"userName": "***********",
"nickName": "ME",
"source": 0,
"type": 2,
"content": "去医院验伤 索赔",
"createTime": 1694441070,
"commentId": 1,
"replyCommentId": 0,
"isNotRichText": 1
},
{
"userName": "***********",
"nickName": "故事的小黄花",
"source": 0,
"type": 2,
"content": "懂车帝没下载好?",
"createTime": 1694441111,
"commentId": 33,
"replyCommentId": 0,
"isNotRichText": 1
},
{
"userName": "***********",
"nickName": "朝夕。",
"source": 0,
"type": 2,
"content": "来不及了,赔了点钱就让走了[捂脸]",
"createTime": 1694441270,
"commentId": 65,
"replyCommentId": 1,
"isNotRichText": 1
},
{
"userName": "***********",
"nickName": "挽风~",
"source": 0,
"type": 2,
"content": "对方在想:那人竟然没躺地上,感觉他像自己赚了一个亿那么开心[破涕为笑]",
"createTime": 1694441274,
"commentId": 97,
"replyCommentId": 0,
"isNotRichText": 1
}
],
"withUserCount": 0,
"withUserList": null
}
}

产品可行性及API相关问题咨询

