songxingwei 2 years ago
parent
commit
9779c41a4f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/data/controller/api/Auth.php

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

@@ -56,6 +56,7 @@ abstract class Auth extends Controller
         }
         // 读取用户数据
         $this->user = $this->getUser();
+        $this->checkUserStatus();
         $this->uuid = $this->user['id'] ?? '';
     }