_rspErr(1, 'Account does not exist'); return; } $userDto = User::info($userDb); $this->_rspData(array( 'info' => $userDto )); } }