curl --location --request POST 'https://qyapi.weixin.qq.com/cgi-bin/exmail/app/get_mail_list' \
--header 'Content-Type: application/json' \
--data-raw '{
"begin_time": 1668441600,
"end_time": 1668527999,
"cursor": "CURSOR",
"limit": 100
}'
{
"errcode": 0,
"errmsg": "ok",
"next_cursor": "NEXT_CURSOR",
"has_more": 0,
"mail_list": [
{
"mail_id": "MAIL_ID"
}
]
}
【企业微信】API开发者 微信交流群
用微信扫右侧二维码,加入【企业微信】API开发者 交流群,互助沟通