rabin před 3 roky
rodič
revize
098da39b00
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      service/agent/lib/Core.php

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

@@ -24,7 +24,7 @@ class Core
         if ($this->user && $this->user['status'] <= 2) {
             $this->user['uid'] = $this->user['id'];
         } else {
-            Dever::alert('请先登录', -2);
+            Dever::alert('已被禁用', -3);
         }
     }