文档
测试

同步并获取客户朋友圈列表

GET
http://blg.baidukongjian.com/api/external/getMomentList

请求参数

参数名
类型
描述
必填
corp_id
string
企业id
必填
start_time
int
开始时间戳
必填
end_time
int
结束时间戳。开始时间与结束时间不能超过30天
必填

响应参数

参数名
类型
描述
必填
ret
string
返回请求结果
必填
缺少参数
string
上传用户ide或者企业id缺少
必填
ok
string
获取成功
必填
data_arr
arr
数据数组
必填
id
int
主键
必填
corpId
string
企业id
必填
momentId
string
朋友圈id
必填
creator
string
朋友圈创建者userid
必填
createType
int
朋友圈创建来源。0:企业 1:个人
必填
visibleType
int
可见范围类型。0:部分可见 1:公开
必填
textContent
string
文本消息结构
必填
linkTitle
string
网页链接标题
必填
linkUrl
string
网页链接url
必填
locationLatitude
string
地理位置纬度
必填
locationLongitude
string
地理位置经度
必填
locationName
string
地理位置名称
必填
createTime
int
创建时间
必填

说明 / 示例

``` { "ret": "ok", "data_arr": [ { "id": 227, "corpId": "wwf26b2527b7be39b5", "momentId": "mom1Dys0BgAAnLfkHJIrP8VJnJw9R9yxxQ", "creator": "Raysen", "createType": 1, "visibleType": 1, "textContent": "测试视频", "linkTitle": null, "linkUrl": null, "locationLatitude": null, "locationLongitude": null, "locationName": null, "createTime": 1611040294 }, { "id": 229, "corpId": "wwf26b2527b7be39b5", "momentId": "mom1Dys0BgAANCWE7y8YnWl5llV6OZAanw", "creator": "Raysen", "createType": 1, "visibleType": 1, "textContent": "http://www.baidukongjian.com/", "linkTitle": null, "linkUrl": null, "locationLatitude": "36.062764", "locationLongitude": "120.381273", "locationName": "青岛市 · 华仁国际大厦", "createTime": 1611132523 } ] } ```