rabin %!s(int64=3) %!d(string=hai) anos
pai
achega
098da39b00
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

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