module.exports = { creatUser: (req) => { return new Promise((resolve, reject) => { pool.getConnection(function (err, connection) ...
確定! 回上一頁