Commit c6a6b7f3 authored by gongyuanbiao's avatar gongyuanbiao

飞书

parent 4cb6979b
......@@ -19,14 +19,13 @@ interface FeiShuMessageServiceInterface
/**
* Notes: 发送markdown消息
* User: carlos
* DateTime: 2022/1/3 11:25
* DateTime: 2021/12/29 10:28
* @param string $title 标题
* @param string $content 内容(markdown格式)
* @param string $template 模板名称 可以为空
* @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);
public function sendMessage(array $data, string $application, array $receiveUserId, int $sendUserId = 0, string $template);
}
\ 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