ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
>[info] 批量发送人与机器人会话中机器人消息 **官方文档地址:** [链接](https://open.dingtalk.com/document/orgapp/chatbots-send-one-on-one-chat-messages-in-batches) ***** * 代码: ~~~ $userIds = ['manager3451']; $msgKey = 'sampleText'; $msgParam = [ 'content' => 'test标题', ]; $res = Message::oToMessagesBatchSend($userIds, $msgKey, $msgParam); echo $res; ~~~ * 返回: ``` { "flowControlledStaffIdList": [], "invalidStaffIdList": [], "processQueryKey": "LEYN4yadyJyeSmCrorS4rJLWxsWgMg8BtgD7XjUQOhk=" } ``` * 效果: ![](https://img.kancloud.cn/7b/ff/7bffe29babd4090407a6e5e4a93c4aa0_867x626.png)