示例#1
0
 function _actionAuth()
 {
     $model = new AuthModel();
     echo json_encode($model->Login($this->post['username'], $this->post['password']));
 }