|
hace 2 años | |
---|---|---|
Utils | hace 4 años | |
controller | hace 2 años | |
emailtrainfile | hace 4 años | |
langer | hace 4 años | |
model | hace 4 años | |
object | hace 5 años | |
service | hace 5 años | |
web | hace 2 años | |
.gitignore | hace 6 años | |
manage.py | hace 6 años | |
readme.md | hace 4 años |
本地环境运行在终端输入如下命令:
python manage.py runserver 0.0.0.0:8000
调试:
postman软件
├── controller
│ ├── ComprehendController.py // comprehend,sdk相关接口,获取,解析,转发邮件功能接口
│ ├── EmaillangController.py // 语言配置增删改查接口
│ ├── EmailProjectController.py // 邮箱项目配置表增删改查接口
│ ├── EmailSortController.py // 邮箱分类配置表增删改查接口
│ ├── EmailUserController.py // 邮箱配置表增删改查接口
├── emailtrainfile
│ ├── image // 存放邮件获取的相关附件
│ ├── emailtrain.csv // 训练标签表
├── Utils
│ ├── NeteaseMail.py // 类
核心接口或函数: