Commit 7dad7f3c by feixiang

消息通知扩展参数修改

parent fe3e1a0e
...@@ -22,11 +22,11 @@ class NoticeExtension ...@@ -22,11 +22,11 @@ class NoticeExtension
/** /**
* 发送消息通知 * 发送消息通知
* *
* @param int $sendTime * @param array $sendTime
* @param mixed ...$senders * @param mixed ...$senders
* @return bool|mixed * @return bool|mixed
*/ */
public function send(int $sendTime, ... $senders) public function send(array $sendTime, ... $senders)
{ {
$data = []; $data = [];
......
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