소스 검색

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('账户已被冻结!');
         }
     }