Authored by shijian

save

... ... @@ -59,7 +59,6 @@ const generate = (req, res) => {
req.session.captcha = captcha.text;
req.session.captchaCount = 0;
req.session.hasGetSMS = false;
res.writeHead(200, {
'Content-Type': 'image/png'
... ...