curl --location --globoff 'https://open.weibanzhushou.com/open-api/follow/list?access_token=ACCESS_TOKEN&limit=20&offset=0&content=%E7%94%B5%E8%AF%9D%E6%B2%9F%E9%80%9A&staff_ids=1001&staff_ids=1002&contact_ids=123456789&object_ext_ids=wm_external_001&start_time=1717036800&end_time=1719638800&create_start_time=1717036800&create_end_time=1719638800&access_token='{
"errcode": 0,
"errmsg": "ok",
"objects": [
{
"id": 90001,
"start_time": 1717044000,
"created_at": 1717044100,
"content": "电话沟通,客户希望下周演示",
"staff": {
"ext_id": "wm_staff_001",
"name": "李四"
},
"customers": [
{
"type": "contact",
"id": 123456789,
"name": "张三"
}
],
"opportunities": [
{
"id": 80001,
"name": "示例商机"
}
],
"organizations": [
{
"id": 987654321,
"name": "示例科技有限公司"
}
],
"group_chats": [],
"partner_list": [
{
"ext_id": "wm_staff_002",
"name": "王五"
}
]
}
],
"total_count": 1,
"has_next": false
}