model = new SysNoticeLog(); } /** * 获取当前站点消息 * @return array */ public function getPage($where) { return (new CoreNoticeSmsLogService())->getPage($where); } /** * 获取消息内容 * @param int $id * @return array */ public function getInfo(int $id) { return (new CoreNoticeSmsLogService())->getInfo( $id); } }