lib/reapal/api/money/sub_account_query.rb in reapal-0.11.0 vs lib/reapal/api/money/sub_account_query.rb in reapal-0.12.0
- old
+ new
@@ -26,10 +26,10 @@
# * resultCode [String] 结果代码
# * :resultCode [String] 结果代码 0000:分账成功;0001 : 分账失败;0002:处理中
#
def sub_account_query(sub_account_flow_id, serial_no='')
service = 'reapal.trust.subAccountQuery'
- post_path = '/reagw/service/depwit.htm'
+ post_path = '/service/depwit.htm'
params = {
orderNo: sub_account_flow_id,
serialNo: serial_no,
applyTime: Time.now.strftime('%Y-%m-%d %H:%M:%S'),