lvhao 14 godzin temu
rodzic
commit
6893ae73b6
1 zmienionych plików z 1 dodań i 0 usunięć
  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)){