Class: SuningPay::NotifyController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/notify_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



10
11
12
13
# File 'app/controllers/notify_controller.rb', line 10

def index
  SuningPay::Notice.create(:content => params[:content], :sign=>params[:sign], :sign_type=>params[:sign_type], :vk_version=>params[:vk_version])
  render text: 'true'
end