songxingwei 2 vuotta sitten
vanhempi
commit
9ddecee06c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/data/controller/api/Auth.php

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

@@ -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) {