|
|
@ -112,7 +112,7 @@ public interface LoanSettleApplyFeign { |
|
|
|
); |
|
|
|
|
|
|
|
@ApiOperation(value = "推送资方结清款凭证") |
|
|
|
@PostMapping(value = "/pushBankVoucher") |
|
|
|
@PostMapping(value = "/pushBankReturnVoucher") |
|
|
|
ResultBean<RskVoucher> pushBankReturnVoucher(@RequestParam("sid") String sid, |
|
|
|
@RequestParam("accountNumber") String accountNumber, |
|
|
|
@RequestParam("payTypeCode") String payTypeCode, |
|
|
|