Commit 875383dc by 王召彬

Merge branch 'master' of http://139.199.22.180/tencent/services

parents 370defee 7932d5be
...@@ -22,11 +22,11 @@ class NoticeExtension ...@@ -22,11 +22,11 @@ class NoticeExtension
/** /**
* 发送消息通知 * 发送消息通知
* *
* @param int $sendTime * @param $sendTime
* @param mixed ...$senders * @param mixed ...$senders
* @return bool|mixed * @return bool|mixed
*/ */
public function send(int $sendTime, ... $senders) public function send($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