http://127.0.0.1:8888/api/
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
type | 是 | int | 接口编号 |
openIMUserName | 是 | string | 企业用户wxid,可以从数据库中读取 |
startObjectId | 否 | int | 朋友圈id,指定从何处开始获取 |
第一次获取朋友圈信息时,不需要传startObjectId,之后的请求需要传入上一次请求返回的最后一条朋友圈id。
{
"type": 80,
"openIMUserName": "xxx@openim",
"startObjectId": 111111111111111111111
}
{
"data": {
"status": 0,
"desc": "",
"data": []
}
}
参数名 | 类型 | 说明 |
---|---|---|
error_code | int | 错误代码 |
description | string | 错误描述 |
data | json | 业务数据 |