lib/reapal/api/user/contract_query.rb in reapal-0.11.0 vs lib/reapal/api/user/contract_query.rb in reapal-0.12.0
- old
+ new
@@ -31,10 +31,10 @@
# * :email [String] 企业邮箱
# * :remark [String] 备注
#
def contract_query(contract_flow_id)
service = 'reapal.trust.contractQuery'
- post_path = '/reagw/agreement/agreeApi.htm'
+ post_path = '/agreement/agreeApi.htm'
params = {
orderNo: contract_flow_id,
queryTime: Time.now.strftime('%Y-%m-%d %H:%M:%S'),
}