curl --location -g --request POST 'https://qyapi.weixin.qq.com/cgi-bin/externalcontact/get_moment_list?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{"start_time":1605000000,"end_time":1605172726,"creator":"zhangsan","filter_type":1,"cursor":"CURSOR","limit":10}'
{
"errcode": 0,
"errmsg": "ok",
"next_cursor": "CURSOR",
"moment_list": [
{
"moment_id": "momxxx",
"creator": "xxxx",
"create_time": 1605000000,
"create_type": 1,
"visible_type": 1,
"text": {
"content": "test"
},
"image": [
{
"media_id": "WWCISP_xxxxx"
}
],
"video": {
"media_id": "WWCISP_xxxxx",
"thumb_media_id": "WWCISP_xxxxx"
},
"link": {
"title": "腾讯网-QQ.COM",
"url": "https://www.qq.com"
},
"location": {
"latitude": "23.10647",
"longitude": "113.32446",
"name": "广州市 · 广州塔"
}
}
]
}