示例#1
0
 private void Start()
 {
     IsAuth = 0;
     if (GetTokenInDB())
     {
         checkAuth.AuthON();
     }
 }