From 6f0ac8ee0f3714569004b5fba874b2bd2b75cf50 Mon Sep 17 00:00:00 2001 From: lqs <44785369@qq.com> Date: Thu, 12 Sep 2024 23:08:10 +0800 Subject: [PATCH] qq --- node_nest/public/uploads/index.html | 0 node_nest/src/utils/config.ts | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 node_nest/public/uploads/index.html diff --git a/node_nest/public/uploads/index.html b/node_nest/public/uploads/index.html new file mode 100644 index 0000000..e69de29 diff --git a/node_nest/src/utils/config.ts b/node_nest/src/utils/config.ts index a28af4c..75f4434 100644 --- a/node_nest/src/utils/config.ts +++ b/node_nest/src/utils/config.ts @@ -108,8 +108,8 @@ export const emailQQConfig = { port: 465,//邮箱使用端口 secure: true,//是否使用默认的465端口 auth: { - user: "", // 发送方邮箱地址 - pass: "" // smtp 验证码 + user: "441785369@qq.com", // 发送方邮箱地址 + pass: "wzkajqoeraqxbhbd" // smtp 验证码 } } // 阿里邮箱配置