Example #1
0
 public function checkLogin($params)
 {
     $auth = new Service_Auth();
     return $auth->login($params);
 }