lib/lanmao/api/money/confirm_withdraw.rb in lanmao-0.10.0 vs lib/lanmao/api/money/confirm_withdraw.rb in lanmao-0.11.0

- old
+ new

@@ -22,17 +22,17 @@ # * :remitType [String] 款类型;NORMAL:T1出款;NORMAL_URGENT:普通T0出款;URGENT:实时T0出款; # * :floatAmount [amount] 垫资金额 # * :createTime [Time] 交易发起时间 # * :transactionTime [Time] 交易完成时间 # - def confirm_withdraw(flow_id, pre_transaction_no, withdraw_way) + def confirm_withdraw(flow_id, pre_transaction_no, withdraw_type) service = "CONFIRM_WITHDRAW" params = { requestNo: flow_id, preTransactionNo: pre_transaction_no, - withdrawWay: withdraw_way + withdrawType: withdraw_type } res = operate_post(:operate, service, params, :service) res