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 验证码 } } // 阿里邮箱配置