node 常用方法 生成密鑰 token驗證 驗證碼生成 (持續更新) 生成密鑰 //生成密鑰 generateToken(data, expires = 7200) { const exp = Math.floor(Date.now() ...