add casbin ent adapter & code migration

This commit is contained in:
landaiqing
2024-11-14 16:02:11 +08:00
parent 3b8e3df27a
commit b2d753e832
79 changed files with 1856 additions and 6462 deletions

View File

@@ -5,3 +5,11 @@ invalidAccount = "无效的账号!"
notFoundAccount = "未找到账号!"
invalidPassword = "密码错误!"
loginFailed = "登录失败!"
phoneFormatError = "手机号码格式错误!"
captchaExpired = "验证码已过期!"
captchaError = "验证码错误!"
userNotRegistered = "用户未注册!"
registerError = "注册失败!"
passwordNotMatch = "两次输入的密码不一致!"
passwordFormatError = "密码格式错误!"
resetPasswordError = "重置密码失败!"