@@ -34,7 +34,7 @@ class LoginController extends Base
$res['token'] = $token;
return $this->json(['data' => $res, 'token' => $token]);
} else {
- throw new ValidateException('登录失败');
+ throw new ValidateException('用户名或密码错误');
}