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