rabin hace 2 años
padre
commit
00d3b0df0b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      service/agent/lib/Core.php

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

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