qifengquan пре 1 година
родитељ
комит
04617975ce
2 измењених фајлова са 2 додато и 1 уклоњено
  1. 1 0
      .gitignore
  2. 1 1
      app/data/controller/api/Auth.php

+ 1 - 0
.gitignore

@@ -15,3 +15,4 @@ public/favicon.ico
 public/static/theme/css/_*.css*
 public/static/theme/css/node_modules
 public/static/theme/css/package-lock.json
+public/nginx.htaccess

+ 1 - 1
app/data/controller/api/Auth.php

@@ -72,7 +72,7 @@ abstract class Auth extends Controller
 //                    $this->error('请重新登录,登录认证无效', '{-null-}', 401);
 //                }
                 if($this->needLogin()) {
-                    if (empty($token)) $this->error('登录认证不能为空!',null);
+                    if (empty($token)) $this->error('登录认证不能为空!',null,401);
                 }
                 [$state, $info, $this->uuid] = UserTokenService::check($this->type, $token);
                 if($this->needLogin()) {