rabin 3 years ago
parent
commit
00d3b0df0b
1 changed files with 1 additions and 1 deletions
  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);
         $this->uid = Dever::load('passport/user')->check(false);
         if ($this->uid <= 0) {
         if ($this->uid <= 0) {
-            $this->uid = 4133;
+            $this->uid = 4130;
         }
         }
         if ($this->check) {
         if ($this->check) {
             $this->checkLogin();
             $this->checkLogin();