示例#1
0
 public function action_download_news()
 {
     $this->response->body($this->newsModel->downloadNews($this->request->post('id')));
 }