摘要: const nodemailer = require("nodemailer")let transporterconst emailInit = async () => { // Generate test SMTP service account f... 阅读全文
posted @ 2021-08-10 15:35 徐同保 阅读(75) 评论(0) 推荐(0) 编辑
摘要: db/index.js: var sqlite3 = require('sqlite3').verbose()var db = new sqlite3.Database('my.db')//执行sql语句const runSql = async (sql... 阅读全文
posted @ 2021-08-10 15:20 徐同保 阅读(1701) 评论(0) 推荐(0) 编辑