ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的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=" } ```