试用申请的短信通知调整

dev_bj
cxt 5 years ago
parent 46d0bf5ce7
commit 63a60603f3

@ -1066,12 +1066,14 @@ class AccountController < ApplicationController
# end # end
elsif !User.current.user_extensions.school.nil? elsif !User.current.user_extensions.school.nil?
@tip = "申请已提交我们将在5分钟内完成审核" @tip = "申请已提交我们将在5分钟内完成审核"
unless apply_action.present? if !apply_action.present?
ApplyAction.create(:user_id => User.current.id, :status => 0, :ip_addr => request.remote_ip, :container_type => "TrialAuthorization", :apply_reason => params[:apply_reason]) ApplyAction.create(:user_id => User.current.id, :status => 0, :ip_addr => request.remote_ip, :container_type => "TrialAuthorization", :apply_reason => params[:apply_reason])
begin if user_ex.identity == 0 || user_ex.identity == 2
status = Trustie::Sms.send(mobile:17680641960, send_type:'user_apply_auth',name:'管理员' ) begin
rescue => e status = Trustie::Sms.send(mobile:17680641960, send_type:'user_apply_auth',name:'管理员' )
Rails.logger.error "发送验证码出错: #{e}" rescue => e
Rails.logger.error "发送验证码出错: #{e}"
end
end end
end end
end end

Loading…
Cancel
Save