|
|
@ -151,6 +151,8 @@ class AccountsController < ApplicationController
|
|
|
|
send_type = verify_type(login_type, type)
|
|
|
|
send_type = verify_type(login_type, type)
|
|
|
|
verification_code = code.sample(6).join
|
|
|
|
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)
|
|
|
|
check_verification_code(verification_code, send_type, value)
|
|
|
|
sucess_status
|
|
|
|
sucess_status
|
|
|
|