自己的朋友圈列表
请求参数
| 参数名 | 位置 | 类型 | 必填 | 说明 |
|---|---|---|---|---|
wechat-token | header | string | 必填 | — |
appId | body | string | 必填 | 设备ID |
maxId | body | number | — | 首次传0,第二页及以后传接口返回的maxId |
decrypt | body | boolean | — | 是否解密 |
firstPageMd5 | body | string | — | 首次传空,第二页及以后传接口返回的firstPageMd5 |
请求示例
{
"appId": "",
"maxId": 0,
"decrypt": "true",
"firstPageMd5": ""
}响应示例
{
"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...(示例已省略)",
"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><co...(示例已省略)",
"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><co...(示例已省略)",
"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>...(示例已省略)",
"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>...(示例已省略)",
"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>...(示例已省略)",
"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><co...(示例已省略)",
"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...(示例已省略)",
"likeCount": 0,
"likeList": null,
"commentCount": 0,
"commentList": null,
"withUserCount": 0,
"withUserList": null
}
]
}
}