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

优化

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