| | |
| | | package cc.mrbird.febs.pay.service; |
| | | |
| | | import cc.mrbird.febs.pay.model.NBYHResponse; |
| | | |
| | | /** |
| | | * 宁波银企直联接口 |
| | | */ |
| | |
| | | * 3、定时器循环请求,更新提现记录,直到返回的状态为90,更新状态为成功。 |
| | | * |
| | | */ |
| | | boolean tradeSinge(Long id); |
| | | NBYHResponse tradeSinge(Long id); |
| | | /** |
| | | * 跨行汇款 |
| | | * @param id 提现ID |
| | |
| | | * 3、定时器循环请求,更新提现记录,直到返回的状态为90,更新状态为成功。 |
| | | * |
| | | */ |
| | | boolean tradeSingeOuterTransfer(Long id); |
| | | NBYHResponse tradeSingeOuterTransfer(Long id); |
| | | /** |
| | | * 转账结果查询 |
| | | */ |
| | | void transferResultInfoQuery(Long id); |
| | | NBYHResponse transferResultInfoQuery(Long id); |
| | | |
| | | boolean accountInfoQuery(Long id); |
| | | } |