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

- old
+ new

@@ -29,10 +29,10 @@ # * :branch 开户行分行 # * :subbranch 开户行支行 # def bind_card_query(contracts) service = 'reapal.trust.bindQuery' - post_path = '/reagw/user/restApi.htm' + post_path = '/user/restApi.htm' params = { contracts: contracts, type: 'W', # 业务类型:默认提现 A: 充值和提现; D: 充值; W: 提现 (现只支持提现绑卡查询) queryTime: Time.now.strftime('%Y-%m-%d %H:%M:%S')