Browse Source

Update Auth.php

邹景立 4 years ago
parent
commit
e3bc5043ff
1 changed files with 1 additions and 1 deletions
  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('账户已被冻结!');
         }
     }