微信个人号开发API-VideosApi.com-微信机器人开发
  1. 朋友圈模块
  • 开发说明
    • 对接须知
    • 对接步骤
    • 消息回调
    • 消息回调接口说明
    • 接入Api相关问答
  • 项目案例(部分)
    • 视频号智能化
    • 客户管理系统/SCRM
    • 群活码
    • 个性业务开发案例
  • 开发API
    • 登录模块
      • (步骤1)获取登录二维码
        POST
      • (步骤2)执行登录
        POST
      • 弹框登录
        POST
      • 退出
        POST
      • 检查是否在线
        POST
      • 异常断线重连
        POST
    • 联系人相关接口
      • 获取通讯录列表(包含群聊)
      • 获取通讯录列表(包含群聊)缓存
      • 搜索好友
      • 添加好友/同意好友
      • 删除好友
      • 获取群/好友简要信息
      • 获取群/好友详细信息
      • 设置好友仅聊天
      • 检测好友关系
      • 设置好友备注
      • 获取手机通讯录
      • 上传手机通讯录
      • 同步企微好友
      • 获取企微好友详情
    • 群管理接口
      • 创建微信群
      • 修改群名称
      • 修改群备注
      • 修改我在群内的昵称
      • 邀请/添加 进群
      • 删除群成员
      • 退出群聊
      • 获取群信息
      • 获取群成员列表
      • 获取群成员详情
      • 设置群公告
      • 获取群公告
      • 同意进群
      • 添加群成员为好友
      • 获取群二维码
      • 群保存到通讯录
      • 管理员操作
      • 聊天置顶
      • 设置消息免打扰
      • 扫码进群
      • 确认进群申请
    • 消息模块
      • 下载
        • 下载图片
        • 下载语音
        • 下载视频
        • 下载emoji
        • cdn下载
      • 发送文字消息
      • 发送文件消息
      • 发送图片消息
      • 发送语音消息
      • 发送视频消息
      • 发送链接消息
      • 发送名片消息
      • 发送emoji消息
      • 发送appmsg消息
      • 发送小程序消息
      • 转发文件
      • 转发图片
      • 转发视频
      • 转发链接
      • 转发小程序
      • 撤回消息
    • 朋友圈模块
      • 点赞/取消点赞
        POST
      • 删除朋友圈
        POST
      • 设置朋友圈可见范围
        POST
      • 是否允许陌生人查看朋友圈
        POST
      • 设置某条朋友圈为隐私/公开
        POST
      • 下载朋友圈视频
        POST
      • 发送文字朋友圈
        POST
      • 发送图片朋友圈
        POST
      • 发送视频朋友圈
        POST
      • 发送链接朋友圈
        POST
      • 上传朋友圈图片
        POST
      • 上传朋友圈视频
        POST
      • 转发朋友圈
        POST
      • 自己的朋友圈列表
        POST
      • 联系人的朋友圈列表
        POST
      • 某条朋友圈详情
        POST
      • 评论/删除评论
        POST
    • 标签模块
      • 添加标签
      • 删除标签
      • 标签列表
      • 修改好友标签
    • 个人模块
      • 获取个人资料
      • 获取自己的二维码
      • 获取设备记录
      • 隐私设置
      • 修改个人信息
      • 修改头像
    • 收藏夹模块
      • 同步收藏夹
      • 获取收藏夹内容
      • 删除收藏夹
    • 视频号模块
      • 搜索视频号
      • 获取视频号信息
      • 创建视频号
      • 发私信文本消息
      • 发私信图片消息
      • 获取私信人详情
      • 获取私信SessionId
      • 扫码登录视频号助手
      • 视频-直接发布视频
      • 关注/取消关注
      • 获取用户主页
      • 获取自己赞和收藏
      • 视频-分享给好友
      • 视频-分享到朋友圈
      • 视频-评论列表
      • 视频-点赞
      • 视频-小红心
      • 视频-评论
      • 修改视频号资料
      • 视频-浏览
      • 关注列表
      • 获取消息列表
      • 我的二维码
      • 扫码关注
      • 扫码获取视频详情
      • 扫码点小红心
      • 扫码大拇指
      • 扫码浏览
      • 扫码评论
      • 同步私信消息(临时停用)
      • 视频-直接发布视频
      • 视频-CDN上传视频(1)
      • 视频-CDN异步上传视频
      • 视频-CDN异步查询
      • 视频-CDN发布视频(2)
  1. 朋友圈模块

联系人的朋友圈列表

POST
/sns/contactsSnsList
基础API/朋友圈模块

请求参数

Header 参数
VideosApi-token
string 
必需
示例值:
{{VideosApi-token}}
Body 参数application/json
appId
string 
设备ID
必需
maxId
number 
可选
首次传0,第二页及以后传接口返回的maxId
decrypt
boolean 
是否解密
可选
默认值:
true
wxid
string 
好友wxid
必需
firstPageMd5
string 
可选
首次传空,第二页及以后传接口返回的firstPageMd5
示例
{
    "appId": "{{appid}}",
    "maxId": 0,
    "decrypt": true,
    "wxid": "VideosApi",
    "firstPageMd5": ""
}

示例代码

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/contactsSnsList' \
--header 'VideosApi-token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
    "appId": "{{appid}}",
    "maxId": 0,
    "decrypt": true,
    "wxid": "VideosApi",
    "firstPageMd5": ""
}'

返回响应

🟢200成功
application/json
Body
ret
integer 
必需
msg
string 
必需
data
object 
必需
firstPageMd5
string 
翻页key
必需
maxId
integer 
必需
列表最后一条的snsId
snsCount
integer 
条数
必需
requestTime
integer 
请求时间
必需
snsList
array [object {11}] 
必需
示例
{
    "ret": 200,
    "msg": "操作成功",
    "data": {
        "firstPageMd5": "5b6cd464e80df435",
        "maxId": 14020472144428995000,
        "snsCount": 10,
        "requestTime": 1703833537,
        "snsList": [
            {
                "id": 14214000407987818000,
                "userName": "VideosApi",
                "nickName": "苏生",
                "createTime": 1694440890,
                "snsXml": "<TimelineObject><id>14214000407987819068</id><username>zhangchuan2288</username><createTime>1694440890</createTime><contentDesc>搁置了一个月的战车,出门蹬一会被撞了,忘了躺地上,错失一个换车的机会。[苦涩][苦涩]</contentDesc><contentDescShowType>0</contentDescShowType><contentDescScene>3</contentDescScene><private>0</private><sightFolded>0</sightFolded><showFlag>0</showFlag><appInfo><id></id><version></version><appName></appName><installUrl></installUrl><fromUrl></fromUrl><isForceUpdate>0</isForceUpdate><isHidden>0</isHidden></appInfo><sourceUserName></sourceUserName><sourceNickName></sourceNickName><statisticsData></statisticsData><statExtStr></statExtStr><ContentObject><contentStyle>1</contentStyle><title></title><description></description><mediFzeKA69P5uIdqPfQxp59LpevPpX0bJz1zbXSpiavc01kia9H4cic0dJbHbUEJDibB8jx2oXfnBuKhgg/0</url><thuma></mediaList><contentUrl></contentUrl></ContentObject><actionInfo><appMsg><messageAction></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
                    },
                    {
                        "userName": "********",
                        "nickName": "ME",
                        "source": 0,
                        "type": 2,
                        "content": "报警 你说验出严重的伤了",
                        "createTime": 1694441302,
                        "commentId": 129,
                        "replyCommentId": 65,
                        "isNotRichText": 1
                    },
                    {
                        "userName": "********",
                        "nickName": "朝夕。",
                        "source": 0,
                        "type": 2,
                        "content": "没来得及,错失良机",
                        "createTime": 1694441314,
                        "commentId": 161,
                        "replyCommentId": 33,
                        "isNotRichText": 1
                    },
                    {
                        "userName": "********",
                        "nickName": "朝夕。",
                        "source": 0,
                        "type": 2,
                        "content": "我都看出来他的开心了😃",
                        "createTime": 1694441371,
                        "commentId": 193,
                        "replyCommentId": 97,
                        "isNotRichText": 1
                    },
                    {
                        "userName": "********",
                        "nickName": "朝夕。",
                        "source": 0,
                        "type": 2,
                        "content": "就是影响心情,倒是也没啥",
                        "createTime": 1694441407,
                        "commentId": 225,
                        "replyCommentId": 129,
                        "isNotRichText": 1
                    },
                    {
                        "userName": "********",
                        "nickName": "灼",
                        "source": 0,
                        "type": 2,
                        "content": "车胎昨天刚爆[捂脸]",
                        "createTime": 1694441828,
                        "commentId": 259,
                        "replyCommentId": 0,
                        "isNotRichText": 1
                    },
                    {
                        "userName": "********",
                        "nickName": "朝夕。",
                        "source": 0,
                        "type": 2,
                        "content": "正好歇着",
                        "createTime": 1694442074,
                        "commentId": 289,
                        "replyCommentId": 259,
                        "isNotRichText": 1
                    },
                    {
                        "userName": "********",
                        "nickName": "宋端雅",
                        "source": 0,
                        "type": 2,
                        "content": "去医院,你有保险,咱不怕",
                        "createTime": 1694442081,
                        "commentId": 321,
                        "replyCommentId": 0,
                        "isNotRichText": 1
                    },
                    {
                        "userName": "********",
                        "nickName": "朝夕。",
                        "source": 0,
                        "type": 2,
                        "content": "忘了这茬。有没有自行车险,我买一个[破涕为笑][破涕为笑]",
                        "createTime": 1694442193,
                        "commentId": 353,
                        "replyCommentId": 321,
                        "isNotRichText": 1
                    },
                    {
                        "userName": "********",
                        "nickName": "宋端雅",
                        "source": 0,
                        "type": 2,
                        "content": "价值太低了,不值当的[捂脸]",
                        "createTime": 1694442243,
                        "commentId": 385,
                        "replyCommentId": 353,
                        "isNotRichText": 1
                    },
                    {
                        "userName": "********",
                        "nickName": "灼",
                        "source": 0,
                        "type": 2,
                        "content": "一个月爆了两次[苦涩],都没法看小姑娘了",
                        "createTime": 1694442381,
                        "commentId": 419,
                        "replyCommentId": 289,
                        "isNotRichText": 1
                    },
                    {
                        "userName": "********",
                        "nickName": "朝夕。",
                        "source": 0,
                        "type": 2,
                        "content": "哪有小姑娘,我骑共享单车也得去",
                        "createTime": 1694442448,
                        "commentId": 449,
                        "replyCommentId": 419,
                        "isNotRichText": 1
                    },
                    {
                        "userName": "********",
                        "nickName": "灼",
                        "source": 0,
                        "type": 2,
                        "content": "金龙湖,大龙湖,你来",
                        "createTime": 1694442524,
                        "commentId": 483,
                        "replyCommentId": 449,
                        "isNotRichText": 1
                    },
                    {
                        "userName": "********",
                        "nickName": "文强",
                        "source": 0,
                        "type": 2,
                        "content": "我看你胖了,是把车轱辘压拍圈了吧",
                        "createTime": 1694488063,
                        "commentId": 513,
                        "replyCommentId": 0,
                        "isNotRichText": 1
                    },
                    {
                        "userName": "********",
                        "nickName": "朝夕。",
                        "source": 0,
                        "type": 2,
                        "content": "哎日,几年不见了,你不能来请我吃个饭吗",
                        "createTime": 1694488128,
                        "commentId": 545,
                        "replyCommentId": 513,
                        "isNotRichText": 1
                    },
                    {
                        "userName": "********",
                        "nickName": "文强",
                        "source": 0,
                        "type": 2,
                        "content": "你个哪了",
                        "createTime": 1694488297,
                        "commentId": 577,
                        "replyCommentId": 545,
                        "isNotRichText": 1
                    }
                ],
                "withUserCount": 0,
                "withUserList": null
            },
            {
                "id": 14208277753875796000,
                "userName": "********",
                "nickName": "朝夕。",
                "createTime": 1693758696,
                "snsXml": "<TimelineObject><id>14208277753875796533</id><username>zhangchuan2288</username><createTime>1693758696</createTime><contentDesc>家门口的tr><ContentObject><contentStyle>1</contentStyle><title></title><description></description><mediaList><media><id>14208277754493801017</id><type>2</type><title></title><description>家门口的音乐节总要支持一下[旺柴]</description><private>0</private><userData></userData><subType>0</subType><videoSize width=\"4032\" height=\"3024\"></videoSize><url type=\"1\" md5=\"4d92355ce00a69a285fbaacc1fb87235\" videomd5=\"\">http://shmmsns.qpic.cn/mmsns/FzeKA69P5uIdqPfQxp59LpoVDy1G6vico1v9waHyDEl9jAnE0BM4VTe36JnQX47MaNfiad3qFErmA/0</url><thumb type=\"1\">http://<media><id>14208277754512347715</id><type>2</type><title></title><description></description><private>0</private><userData></userData><subType>0</subType><videoSize width=\"4032\" height=\"3024\"></videoSize><url type=\"1\" md5=\"93805b62afce77664432bd42da707197\" videomd5=\"\">http://shmmsns.qpic.cn/mmsns/FzeKA69P5uIdqPfQxp59LpoVDy1G6vicoMsvmIUmgPSHJvfuTvX8zlezQZiaf8tmuvb4oajtczSUU/0</url><thumb type=\"1\">http://shmmsns.qpic.cn/mmsns/FzeKA69P5uIdqPfQxp59LpoVDy1G6vicoMsvmIUmgPSHJvfuTvX8zlezQZiaf8tmuvb4oajtczSUU/150</thumb><size width=\"1440.000000\" height=\"1080.000000\" totalSize=\"109173\"></size><\" videomd5=\"\">http://shmmsns.qpic.cn/mmsns/FzeKA69P5uIdqPfQxp59LpoVDy1G6vicoib5UxwljGHSAaYGyUUum0ia0XpiamvtbYnwNiaJbex9COKc/0</url><thumb type=\"1\">http://shmmsns.qpic.cn/mmsns/FzeKA69P5uIdqPfQxp59LpoVDy1G6vicoib5UxwljGHSAaYGyUUum0ia0XpiamvtbYnwNiaJbex9COKc/150</thumb><size width=\"1440.000000\" height=\"1080.000000\" totalSize=\"25581\"></size></media><media><id>14208277754538037822</id><type>2</type><title></title><description></description><private>0</private><userData></userData><subType>0</subType><videoSize width=\"2954\" height=\"3675\"></videoSize><url type=\"1\" md5=\"620712b48f108661d376da70e86080dc\" videomd5=\"\">http://shmmsns.qpic.cn/mmsns/FzeKA69P5uIdqPfQxp59LpoVDy1G6vicoVia0ibt106s3VZlj2uwYgaPWDUjy9BpvbuZ8G3Fptojlw/0</url><thumb type=\"1\">http://shion></description><private>0</private><userData></userData><subType>0</subType><videoSize width=\"844\" height=\"532\"></videoSize><url type=\"1\" md5=\"2763fbc86db233e000893f7800d22ae0\" videomd5=\"\">http://shmmsns.qpic.cn/mmsns/FzeKA69P5uIdqPfQxp59LpoVDy1G6vico75qcUzI3g9OQ2tyDicmramD6iaRibPjd2MeicaHVWjZa0nI/0</url><thumb type=\"1\">http://shmmsns.qpic.cn/mmsns/FzeKA69P5uIdqPfQxp59LpoVDy1G6vico75qcUzI3g9OQ2tyDicmramD6iaRibPjd2MeicaHVWjZa0nI/150</thumb><size width=\"844.000000\" height=\"532.000000\" totalSize=\"16133\"></size></media><media><id>14208277754564645437</id><type>2</type><title></title><description></description><private>0</private><userData></userData><subType>0</subType><videoSize width=\"4032\" height=\"3024\"></videoSize><url type=\"1\" md5=\"e4bb6e50fe77634482fb08e22948c88d\" videomd5=\"\">http://shmmsns.qpic.cn/mmsns/FzeKA69P5uIdqPfQxp59LpoVDy1G6vicoAkMpJrc0SdNfZ1DRQjXWqQf8yIEs50cdDic2uxXP01F8/0</url><thumb type=\"1\">http://shmmsnName=\"\" poiAddress=\"\" poiClassifyType=\"0\" city=\"\"></location><publicUserName></publicUserName><streamvideo><streamvideourl></streamvideourl><streamvideothumburl></streamvideothumburl><streamvideoweburl></streamvideoweburl></streamvideo></TimelineObject>",
                "likeCount": 18,
                "likeList": [
                    {
                        "userName": "********",
                        "nickName": "朝夕。",
                        "source": 0,
                        "type": 1,
                        "createTime": 1693758719
                    },
                    {
                        "userName": "********",
                        "nickName": "糖果",
                        "source": 0,
                        "type": 1,
                        "createTime": 1693758752
                    },
                    {
                        "userName": "********",
                        "nickName": "暖心",
                        "source": 0,
                        "type": 1,
                        "createTime": 1693758848
                    },
                    {
                        "userName": "********",
                        "nickName": "沧海候鸟",
                        "source": 0,
                        "type": 1,
                        "createTime": 1693759534
                    },
                    {
                        "userName": "********",
                        "nickName": "Mr李",
                        "source": 0,
                        "type": 1,
                        "createTime": 1693762812
                    },
                    {
                        "userName": "********",
                        "nickName": "Sunny girl🌼",
                        "source": 0,
                        "type": 1,
                        "createTime": 1693764342
                    },
                    {
                        "userName": "********",
                        "nickName": "Ch.",
                        "source": 0,
                        "type": 1,
                        "createTime": 1693764442
                    },
                    {
                        "userName": "********",
                        "nickName": "小小晴仔🐳",
                        "source": 0,
                        "type": 1,
                        "createTime": 1693774829
                    },
                    {
                        "userName": "********",
                        "nickName": "A刘腾A",
                        "source": 0,
                        "type": 1,
                        "createTime": 1693778449
                    },
                    {
                        "userName": "********",
                        "nickName": "王路",
                        "source": 0,
                        "type": 1,
                        "createTime": 1693780908
                    },
                    {
                        "userName": "********",
                        "nickName": "永不放弃",
                        "source": 0,
                        "type": 1,
                        "createTime": 1693781785
                    },
                    {
                        "userName": "********",
                        "nickName": "🐑咩咩🐭咪吖🐒",
                        "source": 0,
                        "type": 1,
                        "createTime": 1693786930
                    },
                    {
                        "userName": "********",
                        "nickName": "群青",
                        "source": 0,
                        "type": 1,
                        "createTime": 1693787156
                    },
                    {
                        "userName": "********",
                        "nickName": "^^辻弌^^",
                        "source": 0,
                        "type": 1,
                        "createTime": 1693787189
                    },
                    {
                        "userName": "********",
                        "nickName": "奔跑的子弹",
                        "source": 0,
                        "type": 1,
                        "createTime": 1693787766
                    },
                    {
                        "userName": "********",
                        "nickName": "JUST DO IT",
                        "source": 0,
                        "type": 1,
                        "createTime": 1693788096
                    },
                    {
                        "userName": "********",
                        "nickName": "江苏水蓝.张传飞",
                        "source": 0,
                        "type": 1,
                        "createTime": 1693791225
                    },
                    {
                        "userName": "********",
                        "nickName": "_C_",
                        "source": 0,
                        "type": 1,
                        "createTime": 1693808488
                    }
                ],
                "commentCount": 8,
                "commentList": [
                    {
                        "userName": "********",
                        "nickName": "凪卄",
                        "source": 0,
                        "type": 2,
                        "content": "咋脸那么大",
                        "createTime": 1693758905,
                        "commentId": 1,
                        "replyCommentId": 0,
                        "isNotRichText": 1
                    },
                    {
                        "userName": "********",
                        "nickName": "朝夕。",
                        "source": 0,
                        "type": 2,
                        "content": "是的,朴树也该减肥了",
                        "createTime": 1693758974,
                        "commentId": 33,
                        "replyCommentId": 1,
                        "isNotRichText": 1
                    },
                    {
                        "userName": "********",
                        "nickName": "那些你很冒险的梦",
                        "source": 0,
                        "type": 2,
                        "content": "********",
                        "createTime": 1693759044,
                        "commentId": 65,
                        "replyCommentId": 0,
                        "isNotRichText": 1
                    },
                    {
                        "userName": "********",
                        "nickName": "朝夕。",
                        "source": 0,
                        "type": 2,
                        "content": "距离十几公里[破涕为笑]",
                        "createTime": 1693759125,
                        "commentId": 97,
                        "replyCommentId": 65,
                        "isNotRichText": 1
                    },
                    {
                        "userName": "********",
                        "nickName": "永不放弃",
                        "source": 0,
                        "type": 2,
                        "content": "********",
                        "createTime": 1693782120,
                        "commentId": 131,
                        "replyCommentId": 0,
                        "isNotRichText": 1
                    },
                    {
                        "userName": "********",
                        "nickName": "朝夕。",
                        "source": 0,
                        "type": 2,
                        "content": "[笑脸][笑脸]",
                        "createTime": 1693791930,
                        "commentId": 161,
                        "replyCommentId": 131,
                        "isNotRichText": 1
                    },
                    {
                        "userName": "********",
                        "nickName": "_C_",
                        "source": 0,
                        "type": 2,
                        "content": "周末不加班你跑去喂蚊子[旺柴]",
                        "createTime": 1693808512,
                        "commentId": 195,
                        "replyCommentId": 0,
                        "isNotRichText": 1
                    },
                    {
                        "userName": "********",
                        "nickName": "朝夕。",
                        "source": 0,
                        "type": 2,
                        "content": "音乐节上敲代码你是没看到",
                        "createTime": 1693811409,
                        "commentId": 225,
                        "replyCommentId": 195,
                        "isNotRichText": 1
                    }
                ],
                "withUserCount": 0,
                "withUserList": null
            },
            {
                "id": 14020472144428995000,
                "userName": "********",
                "nickName": "朝夕。",
                "createTime": 1671370523,
                "snsXml": "<TimelineObject><id>14020472144428994892</id><username>zhangchuan2288</username><createTime>1671370523</createTime><contentDesc>各位亲/fromUrl><isForceUpdate>0</isForceUpdate></appInfo><sourceUserName></sourceUserName><sourceNickName></sourceNickName><statisticsData></statisticsData><statExtStr></statExtStr><ContentObject><contentStyle>2</contentStyle><title></title><description></description><mediaList></mediaList><contentUrl></contentUrl></ContentObject><actionInfo><appMsg><messageAction></messageAction></appMsg></actionInfo><location poiClassifyId=\"\" poiName=\"\" poiAddress=\"\" poiClassifyType=\"0\" city=\"\"></location><publicUserName></publicUserName><streamvideo><streamvideourl></streamvideourl><streamvideothumburl></streamvideothumburl><streamvideoweburl></streamvideoweburl></streamvideo></TimelineObject>",
                "likeCount": 10,
                "likeList": [
                    {
                        "userName": "zhangchuan2288",
                        "nickName": "朝夕。",
                        "source": 0,
                        "type": 1,
                        "createTime": 1671371441
                    },
                    {
                        "userName": "********",
                        "nickName": "呵呵",
                        "source": 0,
                        "type": 1,
                        "createTime": 1671371892
                    },
                    {
                        "userName": "********",
                        "nickName": "远方",
                        "source": 0,
                        "type": 1,
                        "createTime": 1671372088
                    },
                    {
                        "userName": "********",
                        "nickName": "小小晴仔🐳",
                        "source": 0,
                        "type": 1,
                        "createTime": 1671373801
                    },
                    {
                        "userName": "********",
                        "nickName": "X-zzzz",
                        "source": 0,
                        "type": 1,
                        "createTime": 1671374936
                    },
                    {
                        "userName": "********",
                        "nickName": "曼妍美甲美睫美容养生会所",
                        "source": 0,
                        "type": 1,
                        "createTime": 1671375069
                    },
                    {
                        "userName": "********",
                        "nickName": "落婲丶無痕",
                        "source": 0,
                        "type": 1,
                        "createTime": 1671377256
                    },
                    {
                        "userName": "********",
                        "nickName": "王富贵",
                        "source": 0,
                        "type": 1,
                        "createTime": 1671379054
                    },
                    {
                        "userName": "********",
                        "nickName": "大乞丐",
                        "source": 0,
                        "type": 1,
                        "createTime": 1671408286
                    },
                    {
                        "userName": "********",
                        "nickName": "咩咩咪丫",
                        "source": 0,
                        "type": 1,
                        "createTime": 1671408463
                    }
                ],
                "commentCount": 2,
                "commentList": [
                    {
                        "userName": "********",
                        "nickName": "大鸭梨",
                        "source": 0,
                        "type": 2,
                        "content": "这书面通知写的很有文采[旺柴][旺柴]",
                        "createTime": 1671380865,
                        "commentId": 1,
                        "replyCommentId": 0,
                        "isNotRichText": 1
                    },
                    {
                        "userName": "********",
                        "nickName": "朝夕。",
                        "source": 0,
                        "type": 2,
                        "content": "毕竟只改了个日期[破涕为笑]",
                        "createTime": 1671412735,
                        "commentId": 33,
                        "replyCommentId": 1,
                        "isNotRichText": 1
                    }
                ],
                "withUserCount": 0,
                "withUserList": null
            }
        ]
    }
}

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

上一页
自己的朋友圈列表
下一页
某条朋友圈详情
Built with