Commit b84ff5fc authored by gongyuanbiao's avatar gongyuanbiao

飞书

parent 340f0ac2
...@@ -14,4 +14,19 @@ interface FeiShuMessageServiceInterface ...@@ -14,4 +14,19 @@ interface FeiShuMessageServiceInterface
* @return mixed * @return mixed
*/ */
public function batchSendMsg(array $userIds, string $template, array $data); public function batchSendMsg(array $userIds, string $template, array $data);
/**
* Notes: 发送markdown消息
* User: carlos
* DateTime: 2022/1/3 11:25
* @param string $title 标题
* @param string $content 内容(markdown格式)
* @param string $template 模板名称 可以为空
* @param string $application 应用名称
* @param array $receiveUserId 接收人
* @param int $sendUserId 发送人
* @return mixed
*/
public function sendMessage(string $title, string $content, string $template, string $application, array $receiveUserId, int $sendUserId = 0);
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment