Explorar o código

Update Auth.php

邹景立 %!s(int64=4) %!d(string=hai) anos
pai
achega
e3bc5043ff
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/data/controller/api/Auth.php

+ 1 - 1
app/data/controller/api/Auth.php

@@ -89,7 +89,7 @@ abstract class Auth extends Controller
     protected function checkUserStatus()
     {
         if (empty($this->user['status'])) {
-            $this->error('账户已被冻结!');
+            $this->error('账户已被冻结!');
         }
     }