增强:添加批量注册功能和支持文件

This commit is contained in:
huangzhenpc
2025-02-26 10:16:12 +08:00
parent 71c9653d54
commit a9e29c9cf5
11 changed files with 1392 additions and 192 deletions

9
app/utils/__init__.py Normal file
View File

@@ -0,0 +1,9 @@
"""
工具类和辅助函数
"""
import email.parser as email_parser
import email.policy
# 创建邮件解析器实例,用于解析邮件
parser = email_parser.Parser()
parsestr = parser.parsestr