💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# 朋友圈历史记录模块 ## **Web端交互** > ***** ![(images/screenshot_1567145572362.png)](https://img.kancloud.cn/61/05/61059228156eda513585424fcfbed764_1095x790.png) ## **API相关文档** > ***** 接口描述 | **删除账号朋友圈历史** ---|--- URL | /wechat_api/sns/deleteSnsHistory 请求方式 | get 请求参数 |{adminUserId:"string", uin:"string", snsId:"string", recId:"string} 返回值 |{msg: "删除成功", code: 200} - 参数说明 | Sort | Param | Type | required | Description | | --- | --- | --- | --- | --- | | 请求参数 | uin| String | Y | uin | 请求参数 | adminUserId| Long | Y |账号Username | 请求参数 | snsId| String | Y | 朋友圈ID | 请求参数 | recId| String | Y | 记录ID > ***** 接口描述 | **获取朋友圈历史** ---|--- URL | /wechat_api/sns/getMySnsHistory 请求方式 | get 请求参数 |{adminUserId:"string", uin:"string", beginTime:"string", endTime:"string", recId:"string} 返回值 |{msg: "获取成功", code: 200} - 参数说明 | Sort | Param | Type | required | Description | | --- | --- | --- | --- | --- | | 请求参数 | uin| String | Y | uin | 请求参数 | adminUserId| Long | Y |账号Username | 请求参数 | recId| String | Y | 记录ID | 请求参数 | beginTime| String | Y | 开始时间 | 请求参数 | endtime| String | Y | 结束时间 > ***** 接口描述 | **操作朋友圈** ---|--- URL | /wechat_api/sns/snsObjectOp 请求方式 | get 请求参数 |{commentType:"null", commentId:"string", uin:"string", snsId:"string", type:"string} 返回值 |{msg: "获取成功", code: 200} - 参数说明 | Sort | Param | Type | required | Description | | --- | --- | --- | --- | --- | | 请求参数 | uin| String | Y | uin | 请求参数 | type| Long | Y |操作类型,1为删除朋友圈,4为删除评论,5为取消赞 | 请求参数 | commentId| String | Y | 当type为4时,对应删除评论的ID,通过WXSnsObjectDetai,type为其他值时,comment不可用,为0 | 请求参数 | snsId| String | Y | 朋友圈消息id | 请求参数 | commentType| String | Y | 评论类型,当删除评论时可用,2或者3 ---