Commit 97a147d7 authored by 王源's avatar 王源 🎧

优化

parent 28de9ff6
...@@ -4,6 +4,7 @@ namespace Meibuyu\Rpc\Service\Interfaces\FeiShu; ...@@ -4,6 +4,7 @@ namespace Meibuyu\Rpc\Service\Interfaces\FeiShu;
interface FeiShuMessageServiceInterface interface FeiShuMessageServiceInterface
{ {
/** /**
* Notes: 批量发送消息 * Notes: 批量发送消息
* User: carlos * User: carlos
...@@ -20,12 +21,13 @@ interface FeiShuMessageServiceInterface ...@@ -20,12 +21,13 @@ interface FeiShuMessageServiceInterface
* Notes: 发送markdown消息 * Notes: 发送markdown消息
* User: carlos * User: carlos
* DateTime: 2021/12/29 10:28 * DateTime: 2021/12/29 10:28
* @param string $title 标题 * @param array $data ['标题', '内容']
* @param string $content 内容(markdown格式)
* @param string $template 模板名称
* @param string $application 应用名称 * @param string $application 应用名称
* @param array $receiveUserId 接收人 * @param array $receiveUserId 接收人
* @param int $sendUserId 发送人 * @param int $sendUserId 发送人
* @param string $template 模板名称
* @return string
*/ */
public function sendMessage(array $data, string $application, array $receiveUserId, int $sendUserId = 0, string $template); public function sendMessage(array $data, string $application, array $receiveUserId, int $sendUserId = 0, string $template = '');
} }
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