user_id)); } /** * Notes: 消息列表 * @author 段誉(2021/6/22 0:55) */ public function lists() { $type = $this->request->get('type'); $lists = SystemNoticeLogic::lists($this->user_id, $type, $this->page_no, $this->page_size); return JsonServer::success('获取成功', $lists); } }