lib/reapal/api/user/mobile_query.rb in reapal-0.11.0 vs lib/reapal/api/user/mobile_query.rb in reapal-0.12.0

- old
+ new

@@ -19,10 +19,10 @@ # * :contracts [String] 用户协议号 # * :mobile [String] 用户手机号 # def mobile_query(contract) service = 'reapal.trust.mobileQuery' - post_path = '/reagw/user/restApi.htm' + post_path = '/user/restApi.htm' params = { contracts: contract, queryTime: Time.now.strftime('%Y-%m-%d %H:%M:%S'), }