瀏覽代碼

Update Auth.php

邹景立 4 年之前
父節點
當前提交
e3bc5043ff
共有 1 個文件被更改,包括 1 次插入1 次删除
  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('账户已被冻结!');
         }
     }