Commit 0cec5365 by feixiang

消息发送扩展

parent 75162a42
...@@ -44,6 +44,7 @@ class MiniFrontendSender implements SenderInterface ...@@ -44,6 +44,7 @@ class MiniFrontendSender implements SenderInterface
* 'jcqYc-gHjkv-T8pDW8wjYFha0TKzCJTV3yNeGY3JW-0' * 'jcqYc-gHjkv-T8pDW8wjYFha0TKzCJTV3yNeGY3JW-0'
* ); * );
* MiniFrontendSender constructor. * MiniFrontendSender constructor.
*
* @param array $user * @param array $user
* @param array $page * @param array $page
* @param array $sendData * @param array $sendData
......
...@@ -40,6 +40,7 @@ class NoticeExtension ...@@ -40,6 +40,7 @@ class NoticeExtension
continue; continue;
} }
$sender->format();
$data += $sender->getData(); $data += $sender->getData();
$sendType += $sender->getSendType(); $sendType += $sender->getSendType();
......
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