企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
>[info] 人与人会话中机器人发送普通消息 **官方文档地址:** [链接](https://open.dingtalk.com/document/orgapp/the-robot-sends-ordinary-messages-in-a-person-to-person-conversation) ***** * 代码: ~~~ $msgKey = 'sampleText'; $msgParam = [ 'content' => 'test标题123', ]; $res = Message::privateChatMessagesSend($msgKey, $msgParam); echo $res; ~~~ * 返回: ``` { "processQueryKey":"63w9tt3IRri/6mbDMiguoSXWX0vWkWZlg=" } ```