feat: common notice config (#180)

This commit is contained in:
simontigers
2023-09-26 19:44:20 +08:00
committed by GitHub
parent ab26033cea
commit 11c6f9001b
5 changed files with 231 additions and 0 deletions

View File

@@ -53,5 +53,6 @@ class ErrFormat(CommonErrFormat):
username_is_required = "username不能为空"
email_is_required = "邮箱不能为空"
email_format_error = "邮箱格式错误"
email_send_timeout = "邮件发送超时"
common_data_not_found = "ID {} 找不到记录"