request->isAjax) { $params = $this->request->get(); $service = new MessageService(['mall_id' => $this->mall_id]); return $this->success('ok', $service->getMessageList($params)); } return $this->render($this->action->id); } }