修改auth认证

This commit is contained in:
wuyanwen
2020-01-07 17:27:55 +08:00
parent f7ac1a23bf
commit c9b39327a5
8 changed files with 280 additions and 66 deletions

View File

@@ -6,4 +6,6 @@ use catcher\Code;
class LoginFailedException extends CatchException
{
protected $code = Code::LOGIN_FAILED;
}
protected $message = 'Login Failed! Please check you email or password';
}