request->param(); $where['lang'] = $this->lang; $this->success('ok', \app\admin\model\about\About::getValidArticleList($where)); } /** * @param $id * @throws DataNotFoundException * @throws DbException * @throws ModelNotFoundException */ public function detail($id) { $this->success('ok', \app\admin\model\about\About::getValidArticle($id, $this->lang, true)); } }