rabin hace 3 años
padre
commit
098da39b00
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

@@ -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);
         }
     }