dever %!s(int64=3) %!d(string=hai) anos
pai
achega
46438c70db
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      service/agent/lib/Core.php

+ 1 - 1
service/agent/lib/Core.php

@@ -14,7 +14,7 @@ class Core
     {
         $this->uid = Dever::load('passport/user')->check(false);
         if ($this->uid <= 0) {
-            $this->uid = 1;
+            $this->uid = 1000000;
         }
         $this->checkLogin();
         if ($this->uid) {