@@ -37,6 +37,7 @@ class User extends Lyapi_Controller{
if(empty($userinfo)){
$this->_json_error('账号不存在','500');
}
+ $this->_json_error('账号不存在','500');
}else{
$userinfo = $this->user->find('userid = "'.$account.'"');