lib/reapal/api/money/deposit_query.rb in reapal-0.11.0 vs lib/reapal/api/money/deposit_query.rb in reapal-0.12.0
- old
+ new
@@ -18,10 +18,10 @@
# * :charge [BigDecimal] 手续费
# * :resultCode [String] 结果代码
#
def deposit_query(deposit_flow_id)
service = 'reapal.trust.depositQuery'
- post_path = '/reagw/service/depwit.htm'
+ post_path = '/service/depwit.htm'
params = {
orderNo: deposit_flow_id,
queryTime: Time.now.strftime('%Y-%m-%d %H:%M:%S'),
}