Module: AlipayGlobal::Service::Notification
- Defined in:
- lib/alipay_global/service/notification.rb
Class Method Summary collapse
Class Method Details
.check(params) ⇒ Object
7 8 9 10 11 12 13 14 |
# File 'lib/alipay_global/service/notification.rb', line 7 def self.check(params) params = { 'service' => 'notify_verify', 'partner' => AlipayGlobal.api_partner_id, }.merge(params) Net::HTTP.get(AlipayGlobal::Service.request_uri(params,false)) end |