lib/reapal/api/money/member_payment_query.rb in reapal-0.11.0 vs lib/reapal/api/money/member_payment_query.rb in reapal-0.12.0
- old
+ new
@@ -20,10 +20,10 @@
# * :amount [String] 缴费金额
# * :resultCode [String] 结果代码 0000:缴费成功 0001:失败
#
def member_payment_query(member_payment_flow_id)
service = 'reapal.trust.memberPaymentQuery'
- post_path = '/reagw/tender/rest.htm'
+ post_path = '/tender/rest.htm'
params = {
orderNo: member_payment_flow_id,
queryTime: Time.now.strftime('%Y-%m-%d %H:%M:%S'),
}