ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
>[info] 获取工作通知消息的发送进度 调用本接口,获取工作通知消息的发送进度。 **官方文档地址:** [链接](https://open.dingtalk.com/document/orgapp-server/obtain-the-sending-progress-of-asynchronous-sending-of-enterprise-session) ***** * 代码: ~~~ $task_id = 2783957228808; $res = WorkNotification::getSendProgress($task_id); echo $res; ~~~ * 返回: ``` { "errcode": 0, "errmsg": "ok", "progress": { "progress_in_percent": 100, "status": 2 }, "request_id": "16lvk30udfhjx" } ```