企微朋友圈任务列表
GET
/open-api/moment_message/result调用此接口需购买基础席位。
请求参数
Query 参数
limit
integer
可选
每页数量,最大值30
offset
integer
偏移量
start_time
integer
可选
后台详情内-发送时间
end_time
integer
可选
后台详情内-发送时间
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
errcode
integer
必需
errmsg
string
必需
moment_message_list
array [object {24}]
必需
create_error_msg
null
创建失败原因
create_type
integer
朋友圈创建类型
0:企业 1:个人
created_at
string
创建时间
cron_finished
null
是否完成定时任务
id
integer
任务id
image
array[string]
图片
is_cron
boolean
是否是定时任务
link
object
链接
location
object
地理位置
message_type
string
朋友圈类型
moment_id
string
朋友圈ID
msg_data
string
朋友圈内容
msgtime
string
发送时间
publish_at
string
发送时间
sended_task_count
integer
已发送数量
staff_ext_id
string
创建员工ID
staff_id_count
integer
员工数量
staff_id_list
array[string]
发送员工列表
staff_name
string
创建员工名称
text
string
文本
title
string
朋友圈标题
total_task_count
integer
创建任务数
video
object
视频
visible_type
integer
朋友圈可见类型
0:部分可见 1:公开
示例
{
"errcode": 0,
"errmsg": "ok",
"moment_message_list": [
{
"create_error_msg": null,
"create_type": 0,
"created_at": "2024-01-02 16:53:17",
"cron_finished": null,
"id": 3000098292,
"image": [],
"is_cron": false,
"link": {},
"location": {},
"message_type": "text",
"moment_id": "mom0eo9iCwAAy3UXJKjEtqm91xBFGGxQgw",
"msg_data": "{\"attachments\":[],\"text\":{\"content\":\"3333\"}}",
"msgtime": "2024-01-02 16:53:18",
"publish_at": null,
"sended_task_count": 0,
"staff_ext_id": "HanXianZhao",
"staff_id_count": 3,
"staff_id_list": [
"111",
"222",
"333"
],
"staff_name": "222-ii",
"text": "3333",
"title": "12312313",
"total_task_count": 2,
"video": {},
"visible_type": 1
}
]
}
最后修改时间: 24 天前