报名问题

dev_aliyun
daiao 5 years ago
parent 078b3ff21d
commit 396a6eb5fc

@ -34,7 +34,7 @@ module Mobile
Rails.logger.info("####11111222##{@env['HTTP_X_REAL_IP']}")
ip = @env['HTTP_X_REAL_IP']
ua = UserAgent.where(:ip => ip)
unless ua
if ua.blank?
UserAgent.create!(:key => params[:edu].strip, :ip => ip, :type => UserAgent::AD)
end
end

Loading…
Cancel
Save