songxingwei 2 лет назад
Родитель
Сommit
9779c41a4f
1 измененных файлов с 1 добавлено и 0 удалено
  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'] ?? '';
     }