songxingwei 2 年之前
父節點
當前提交
0e2cd5ef7c
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      app/data/controller/api/Auth.php

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

@@ -68,9 +68,9 @@ abstract class Auth extends Controller
         try {
             if (empty($this->uuid)) {
                 $token = $this->request->header('api-token','');
-                if (empty($token)){
-                    $this->error('请重新登录,登录认证无效', '{-null-}', 401);
-                }
+//                if (empty($token)){
+//                    $this->error('请重新登录,登录认证无效', '{-null-}', 401);
+//                }
                 if($this->needLogin()) {
                     if (empty($token)) $this->error('登录认证不能为空!',null);
                 }