|
@@ -76,7 +76,7 @@ abstract class Auth extends Controller
|
|
|
}
|
|
|
[$state, $info, $this->uuid] = UserTokenService::check($this->type, $token);
|
|
|
if($this->needLogin()) {
|
|
|
- if (empty($state)) $this->error($info, '{-null-}', 401);
|
|
|
+ if (empty($state)) $this->error($info, null, 401);
|
|
|
}
|
|
|
}
|
|
|
if($this->uuid) {
|