lib/reapal/api/tender/tender_auth_query.rb in reapal-0.11.0 vs lib/reapal/api/tender/tender_auth_query.rb in reapal-0.12.0
- old
+ new
@@ -26,10 +26,10 @@
# * :usedTotalAmount [Number] 已使用授权金额
# * :totalAmount [Number] 累计金额
#
def tender_auth_query(flow_id, contract)
service = 'reapal.trust.authQuery'
- post_path = '/reagw/user/restApi.htm'
+ post_path = '/user/restApi.htm'
params = {
orderNo: flow_id,
contracts: contract,
queryTime: Time.now.strftime('%Y-%m-%d %H:%M:%S'),