From 7657e1b2fa251a2ea372710ad75cb395a3c0e374 Mon Sep 17 00:00:00 2001
From: hyb <kk_huangyangbo@163.com>
Date: Fri, 30 Jan 2026 07:15:55 +0000
Subject: [PATCH] feat: 新增将两种加密方式合并一个脚本、新增批量修改邮箱功能

---
 测试组/Test_platform/Interface_automation/backend/backend/settings.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git "a/\346\265\213\350\257\225\347\273\204/Test_platform/Interface_automation/backend/backend/settings.py" "b/\346\265\213\350\257\225\347\273\204/Test_platform/Interface_automation/backend/backend/settings.py"
index b24a522..9cf6887 100644
--- "a/\346\265\213\350\257\225\347\273\204/Test_platform/Interface_automation/backend/backend/settings.py"
+++ "b/\346\265\213\350\257\225\347\273\204/Test_platform/Interface_automation/backend/backend/settings.py"
@@ -158,6 +158,8 @@
     "DEFAULT_PERMISSION_CLASSES": (
         "rest_framework.permissions.IsAuthenticated",  # 有经过身份认证确定用户身份才能访问
     ),
+    "DATETIME_FORMAT": "%Y-%m-%d %H:%M:%S",  # 日期时间格式
+    "DATE_FORMAT": "%Y-%m-%d",  # 日期格式
 }
 
 # ================================================= #

--
Gitblit v1.9.1