lvhao 9 часов назад
Родитель
Сommit
6893ae73b6
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      core/CoreApp/controllers/Lyerpapi/v1/User.php

+ 1 - 0
core/CoreApp/controllers/Lyerpapi/v1/User.php

@@ -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.'"');
             if(empty($userinfo)){