微信个人号开发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/snsList
基础API/朋友圈模块

请求参数

Header 参数
VideosApi-token
string 
必需
示例值:
{{VideosApi-token}}
Body 参数application/json
appId
string 
设备ID
必需
maxId
number 
可选
首次传0,第二页及以后传接口返回的maxId
decrypt
boolean 
是否解密
可选
默认值:
true
firstPageMd5
string 
可选
首次传空,第二页及以后传接口返回的firstPageMd5
示例
{
    "appId": "{{appid}}",
    "maxId": 0,
    "decrypt": true,
    "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/snsList' \
--header 'VideosApi-token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
    "appId": "{{appid}}",
    "maxId": 0,
    "decrypt": true,
    "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": "2eb48afd4862ddc8",
        "maxId": 14287734111135740000,
        "snsCount": 10,
        "requestTime": 1703236186,
        "snsList": [
            {
                "id": 14287779828924756000,
                "userName": "wxid_***********",
                "nickName": "王娇",
                "createTime": 1703236082,
                "snsXml": "<TimelineObject><id><![CDATA[14287779828924756671]]></id><username><![CDATA[wxid_thd7lxtbjblp22]]></username><createTime><![CDATA[1703236082]]></createTime><contentDescShowType>0</contentDescShowType><contentDescScene>0</contentDescScene><private><![CDATA[0]]></private><contentDesc><![CDATA[年化3.55 公积金满1000就可以办理]]></contentDesc><contentattr><![CDATA[0]]></contentattr><sourceUserName></sourceUserName><sourceNickName></sourceNickName><statisticsData></statisticsData><weappInfo><appUserName></appUserName><pagePath></pagePath><version><![CDATA[0]]></version><debugMode><![CDATA[0]]></debugMode><shareActionId></shareActionId><isGame><![CDATA[0]]></isGame><messageExtraData></messageExtraData><subType><![CDATA[0]]></subType><preloadResources></preloadResources></weappInfo><canvasInfoXml></canvasInfoXml><ContentObject><contentStyle><![CDATA[1]]></contentStyle><contentSubStyle><![CDATA[0]]></contentSubStyle><title></title><description></description><contentUrl></contentUrl><mediaList><media><id><![CDATA[14287779829602333383]]></id><type><![CDATA[2]]></type><title></title><description></description><private><![CDATA[0]]></private><url type=\"1\" md5=\"d001e2d7e551242dc9187e71773f28cb\"><![CDATA[http://shmmsns.qpic.cn/mmsns/7cM5CRSLxfDHTVo1aBzEYdpNmn8pX0dtn6ibhauZBqCibV0tm5Pf2tq6cSTnRY4icM5nN1LcCicsPiaI/0]]></url><thumb type=\"1\"><![CDATA[http://shmmsns.qpic.cn/mmsns/7cM5CRSLxfDHTVo1aBzEYdpNmn8pX0dtn6ibhauZBqCibV0tm5Pf2tq6cSTnRY4icM5nN1LcCicsPiaI/150]]></thumb><videoDuration><![CDATA[0.0]]></videoDuration><size totalSize=\"63166.0\" width=\"1080.0\" height=\"1440.0\"></size></media></mediaList></ContentObject><actionInfo><appMsg><mediaTagName></mediaTagName><messageExt></messageExt><messageAction></messageAction></appMsg></actionInfo><appInfo><id></id></appInfo><location poiClassifyId=\"\" poiName=\"\" poiAddress=\"\" poiClassifyType=\"0\" city=\"\"></location><publicUserName></publicUserName><streamvideo><streamvideourl></streamvideourl><streamvideothumburl></streamvideothumburl><streamvideoweburl></streamvideoweburl></streamvideo></TimelineObject>",
                "likeCount": 0,
                "likeList": null,
                "commentCount": 0,
                "commentList": null,
                "withUserCount": 0,
                "withUserList": null
            },
            {
                "id": 14287777324036526000,
                "userName": "wxid_***********",
                "nickName": "任寅",
                "createTime": 1703235784,
                "snsXml": "<TimelineObject><id>14287777324036526701</id><username>wxid_***********</username><createTime>1703235784</createTime><contentDesc>[庆祝]新卡易贷,冰点‮回价‬馈&#x0A;[太阳]年化利率3.18%起(单利计算)&#x0A;[鼓掌]信‮额用‬度高达50万(我行房贷‮最客‬高100W)&#x0A;[礼物]可先息后本,额‮循度‬环&#x0A;[拳头]上门团办,高‮审效‬批</contentDesc><contentDescShowType>1</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><mediaList><media><id>14287777324490887803</id><type>2</type><title></title><description>[庆祝]新卡易贷,冰点‮回价‬馈&#x0A;[太阳]年化利率3.18%起(单利计算)&#x0A;[鼓掌]信‮额用‬度高达50万(我行房贷‮最客‬高100W)&#x0A;[礼物]可先息后本,额‮循度‬环&#x0A;[拳头]上门团办,高‮审效‬批</description><private>0</private><userData></userData><subType>0</subType><videoSize width=\"1080\" height=\"1947\"></videoSize><url type=\"1\" md5=\"b790996e0ec1e961430c0e0bd1b87919\" videomd5=\"\">http://shmmsns.qpic.cn/mmsns/7MykMgNAr8Ckyc5tGOdUBDDoJYI54mTHdkibYTOf5j3baZnewCPcV6Pia2wQxDkVGJb0W6Z4lH474/0</url><thumb type=\"1\">http://shmmsns.qpic.cn/mmsns/7MykMgNAr8Ckyc5tGOdUBDDoJYI54mTHdkibYTOf5j3baZnewCPcV6Pia2wQxDkVGJb0W6Z4lH474/150</thumb><size width=\"1080.000000\" height=\"1947.000000\" totalSize=\"77664\"></size></media></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": 0,
                "likeList": null,
                "commentCount": 0,
                "commentList": null,
                "withUserCount": 0,
                "withUserList": null
            },
            {
                "id": 14287770802419536000,
                "userName": "wxid_***********",
                "nickName": "花笙里花艺气球",
                "createTime": 1703235006,
                "snsXml": "<TimelineObject><id>14287770802419536384</id><username>wxid_***********</username><createTime>1703235006</createTime><contentDesc>客订圣诞树🎄</contentDesc><contentDescShowType>0</contentDescShowType><contentDescScene>0</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>15</contentStyle><title>微信小视频</title><description>Sight</description><mediaList><media><id>14287770803199939062</id><type>6</type><title></title><description>客订圣诞树🎄</description><private>0</private><userData></userData><subType>0</subType><videoSize width=\"720\" height=\"1280\"></videoSize><url type=\"1\" md5=\"65363e2409c934368115b3a5e25923ac\" videomd5=\"2c41a7e273e4aa9ee51a6ea7215b2609\">http://shzjwxsns.video.qq.com/102/20202/snsvideodownload?filekey=30340201010420301e02016604025348041065363e2409c934368115b3a5e25923ac0203290a93040d00000004627466730000000132&amp;hy=SH&amp;storeid=565854dbd000e7ec0283837a70000006600004eea53480aa39031573aa361f&amp;dotrans=9&amp;ef=30_0&amp;bizid=1023&amp;ilogo=2&amp;dur=12&amp;upid=290110</url><thumb type=\"1\">http://vweixinthumb.tc.qq.com/150/20250/snsvideodownload?filekey=30340201010420301e02020096040253480410c310e3e2f7820dd5c9c76e76643b26dd020265d9040d00000004627466730000000132&amp;hy=SH&amp;storeid=565854dbd000d6a68283837a70000009600004f1a53482aa8cbc1e67344c31&amp;bizid=1023</thumb><size width=\"224.000000\" height=\"398.000000\" totalSize=\"2689683\"></size><videoDuration>12.309000</videoDuration><VideoColdDLRule><All>CAISBAgWEAEoAjAc</All></VideoColdDLRule></media></mediaList><contentUrl>https://support.weixin.qq.com/cgi-bin/mmsupport-bin/readtemplate?t=page/common_page__upgrade&amp;v=1</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": 0,
                "likeList": null,
                "commentCount": 0,
                "commentList": null,
                "withUserCount": 0,
                "withUserList": null
            },
            {
                "id": 14287761219266286000,
                "userName": "wxid_pjhkdf7uywtd12",
                "nickName": "A 绿洲洗衣连锁13701469587",
                "createTime": 1703233864,
                "snsXml": "<TimelineObject><id>14287761219266286277</id><username>wxid_pjhkdf7uywtd12</username><createTime>1703233864</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><mediaList><media><id>14287761219887108802</id><type>2</type><title></title><description>今天冬至,本店已下班,小伙伴们别跑空哦!</description><private>0</private><userData></userData><subType>0</subType><videoSize width=\"1920\" height=\"1080\"></videoSize><url type=\"1\" md5=\"f97e824d9af8f913bad6531b76c6f295\" videomd5=\"\">http://shmmsns.qpic.cn/mmsns/PnFhfibQibZXPjibeNjjW2wLlficFiatLibNK6hDn1nicwYAIhpjUSia43yruTPRBicKwSeicJJ8OjpWloKXw/0</url><thumb type=\"1\">http://shmmsns.qpic.cn/mmsns/PnFhfibQibZXPjibeNjjW2wLlficFiatLibNK6hDn1nicwYAIhpjUSia43yruTPRBicKwSeicJJ8OjpWloKXw/150</thumb><size width=\"1920.000000\" height=\"1080.000000\" totalSize=\"174343\"></size></media></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": 0,
                "likeList": null,
                "commentCount": 0,
                "commentList": null,
                "withUserCount": 0,
                "withUserList": null
            },
            {
                "id": 14287760836481192000,
                "userName": "wxid_pjhkdf7uywtd12",
                "nickName": "A 绿洲洗衣连锁13701469587",
                "createTime": 1703233818,
                "snsXml": "<TimelineObject><id>14287760836481192643</id><username>wxid_pjhkdf7uywtd12</username><createTime>1703233818</createTime><contentDesc>今天4点下班,带来不便,敬请谅解!小伙伴们需要取衣服的别跑空哦!</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><mediaList><media><id>14287760836919038655</id><type>2</type><title></title><description>今天4点下班,带来不便,敬请谅解!小伙伴们需要取衣服的别跑空哦!</description><private>0</private><userData></userData><subType>0</subType><videoSize width=\"1920\" height=\"1080\"></videoSize><url type=\"1\" md5=\"f97e824d9af8f913bad6531b76c6f295\" videomd5=\"\">http://shmmsns.qpic.cn/mmsns/PnFhfibQibZXPjibeNjjW2wLodQqRg6ejEUQkwhro4CjG7NSdZMicENLrPb299Ky5HzJftV7R90MHT4/0</url><thumb type=\"1\">http://shmmsns.qpic.cn/mmsns/PnFhfibQibZXPjibeNjjW2wLodQqRg6ejEUQkwhro4CjG7NSdZMicENLrPb299Ky5HzJftV7R90MHT4/150</thumb><size width=\"1920.000000\" height=\"1080.000000\" totalSize=\"174343\"></size></media></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": 0,
                "likeList": null,
                "commentCount": 0,
                "commentList": null,
                "withUserCount": 0,
                "withUserList": null
            },
            {
                "id": 14287755418877300000,
                "userName": "wxid_4mb3zx0q09fq21",
                "nickName": "花笙里花艺气球  武警17772257273",
                "createTime": 1703233172,
                "snsXml": "<TimelineObject><id>14287755418877301240</id><username>wxid_4mb3zx0q09fq21</username><createTime>1703233172</createTime><contentDesc>礼盒款来了</contentDesc><contentDescShowType>0</contentDescShowType><contentDescScene>0</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>15</contentStyle><title>微信小视频</title><description>Sight</description><mediaList><media><id>14287755419476693503</id><type>6</type><title></title><description>礼盒款来了</description><private>0</private><userData></userData><subType>0</subType><videoSize width=\"720\" height=\"1280\"></videoSize><url type=\"1\" md5=\"159a2c16de0f907ec0e9a2b620ba5588\" videomd5=\"2246b66261a58b2b2bf97345878af647\">http://shzjwxsns.video.qq.com/102/20202/snsvideodownload?filekey=30340201010420301e020166040253480410159a2c16de0f907ec0e9a2b620ba558802030d2714040d00000004627466730000000132&amp;hy=SH&amp;storeid=56585469400039031283837a70000006600004eea53482fe35b00b747cb60b&amp;dotrans=1&amp;ef=30_0&amp;bizid=1023&amp;ilogo=2&amp;dur=14&amp;upid=500220</url><thumb type=\"1\">http://vweixinthumb.tc.qq.com/150/20250/snsvideodownload?filekey=30340201010420301e0202009604025348041059e68e82b666ea8762263d875c7643c3020274c0040d00000004627466730000000132&amp;hy=SH&amp;storeid=56585469400031c0e283837a70000009600004f1a53480fe3d03156924853d&amp;bizid=1023</thumb><size width=\"224.000000\" height=\"398.000000\" totalSize=\"861972\"></size><videoDuration>14.329000</videoDuration><VideoColdDLRule><All>CAISBAgWEAEoAjAc</All></VideoColdDLRule></media></mediaList><contentUrl>https://support.weixin.qq.com/cgi-bin/mmsupport-bin/readtemplate?t=page/common_page__upgrade&amp;v=1</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": 0,
                "likeList": null,
                "commentCount": 0,
                "commentList": null,
                "withUserCount": 0,
                "withUserList": null
            },
            {
                "id": 14287752581719069000,
                "userName": "wxid_***********",
                "nickName": "可可~",
                "createTime": 1703232834,
                "snsXml": "<TimelineObject><id>14287752581719069335</id><username>wxid_***********</username><createTime>1703232834</createTime><contentDesc>夏天变冬天</contentDesc><contentDescShowType>0</contentDescShowType><contentDescScene>0</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>15</contentStyle><title>微信小视频</title><description>Sight</description><mediaList><media><id>14287752582549803671</id><type>6</type><title></title><description>夏天变冬天</description><private>0</private><userData></userData><subType>0</subType><videoSize width=\"720\" height=\"1280\"></videoSize><url type=\"1\" md5=\"a06c73286db3ef0c0c726ad08a625b73\" videomd5=\"72c44f1d9c66a3a60a2b81409f9c7fa6\">http://shzjwxsns.video.qq.com/102/20202/snsvideodownload?filekey=30340201010420301e020166040253480410a06c73286db3ef0c0c726ad08a625b73020337e141040d00000004627466730000000132&amp;hy=SH&amp;storeid=565854541000c6e177b359fcd0000006600004eea534802506bd1e7c5f28ea&amp;dotrans=10&amp;ef=30_0&amp;bizid=1023&amp;dur=3&amp;upid=500250</url><thumb type=\"1\">http://vweixinthumb.tc.qq.com/150/20250/snsvideodownload?filekey=30340201010420301e02020096040253480410b83b4ff949c0f0a1c7511632773a096b02027065040d00000004627466730000000132&amp;hy=SH&amp;storeid=565854541000b0f467b359fcd0000009600004f1a53480258abc1e6fc10b7a&amp;bizid=1023</thumb><size width=\"224.000000\" height=\"398.000000\" totalSize=\"3662145\"></size><videoDuration>3.584000</videoDuration><VideoColdDLRule><All>CAISBAgWEAEoAjAc</All></VideoColdDLRule></media></mediaList><contentUrl>https://support.weixin.qq.com/cgi-bin/mmsupport-bin/readtemplate?t=page/common_page__upgrade&amp;v=1</contentUrl></ContentObject><VideoTemplate><Type>miaojian</Type><TemplateId>mv_creator_23611db0b7b54748b6e5ba97efa970ba</TemplateId><MusicId>4:1530091529305194496:1</MusicId><VersionInfo><IosSdkVersionMin>1004000</IosSdkVersionMin><AndroidSdkVersionMin>1004000</AndroidSdkVersionMin></VersionInfo></VideoTemplate><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": 0,
                "likeList": null,
                "commentCount": 0,
                "commentList": null,
                "withUserCount": 0,
                "withUserList": null
            },
            {
                "id": 14287736959729742000,
                "userName": "wxid_ypzeeovk3r0d22",
                "nickName": "马士兵教育~洁如(14:00-23:00)",
                "createTime": 1703230972,
                "snsXml": "<TimelineObject><id><![CDATA[14287736959729742329]]></id><username><![CDATA[wxid_ypzeeovk3r0d22]]></username><createTime><![CDATA[1703230972]]></createTime><contentDescShowType>0</contentDescShowType><contentDescScene>0</contentDescScene><private><![CDATA[0]]></private><contentDesc><![CDATA[还在纠结的同学,抓紧上了[呲牙][呲牙][呲牙]]]></contentDesc><contentattr><![CDATA[0]]></contentattr><sourceUserName></sourceUserName><sourceNickName></sourceNickName><statisticsData></statisticsData><weappInfo><appUserName></appUserName><pagePath></pagePath><version><![CDATA[0]]></version><isHidden>0</isHidden><debugMode><![CDATA[0]]></debugMode><shareActionId></shareActionId><isGame><![CDATA[0]]></isGame><messageExtraData></messageExtraData><subType><![CDATA[0]]></subType><preloadResources></preloadResources></weappInfo><canvasInfoXml></canvasInfoXml><ContentObject><contentStyle><![CDATA[1]]></contentStyle><contentSubStyle><![CDATA[0]]></contentSubStyle><title></title><description></description><contentUrl></contentUrl><mediaList><media><id><![CDATA[14287736960327627271]]></id><type><![CDATA[2]]></type><title></title><description></description><private><![CDATA[0]]></private><url type=\"1\" md5=\"349614433ba258bd41d25626c098c6cd\"><![CDATA[http://shmmsns.qpic.cn/mmsns/4owBl1bibWAeYSXAZSHmJ9bHVwUg8nhvAuicR2o0ZR50OYs97cIVI6lJic3O9C9kQv7SBN3miaVwsAw/0]]></url><thumb type=\"1\"><![CDATA[http://shmmsns.qpic.cn/mmsns/4owBl1bibWAeYSXAZSHmJ9bHVwUg8nhvAuicR2o0ZR50OYs97cIVI6lJic3O9C9kQv7SBN3miaVwsAw/150]]></thumb><videoDuration><![CDATA[0.0]]></videoDuration><size totalSize=\"26716.0\" width=\"753.0\" height=\"557.0\"></size></media></mediaList></ContentObject><actionInfo><appMsg><mediaTagName></mediaTagName><messageExt></messageExt><messageAction></messageAction></appMsg></actionInfo><appInfo><id></id></appInfo><location poiClassifyId=\"\" poiName=\"\" poiAddress=\"\" poiClassifyType=\"0\" city=\"\"></location><publicUserName></publicUserName><streamvideo><streamvideourl></streamvideourl><streamvideothumburl></streamvideothumburl><streamvideoweburl></streamvideoweburl></streamvideo></TimelineObject>",
                "likeCount": 0,
                "likeList": null,
                "commentCount": 0,
                "commentList": null,
                "withUserCount": 0,
                "withUserList": null
            }
        ]
    }
}

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

上一页
转发朋友圈
下一页
联系人的朋友圈列表
Built with