验证邮箱

dev_course
daiao 5 years ago
parent ade4ffb707
commit 7b8555c51b

@ -151,6 +151,8 @@ class AccountsController < ApplicationController
send_type = verify_type(login_type, type)
verification_code = code.sample(6).join
logger.info("########get_verification_code: login_type #{login_type} send_type#{send_type}, ")
# 记录验证码
check_verification_code(verification_code, send_type, value)
sucess_status

Loading…
Cancel
Save