|
|
@ -111,7 +111,7 @@ public interface FinPaymentapplyFeign { |
|
|
|
|
|
|
|
@ApiOperation(value = "终止任务") |
|
|
|
@GetMapping(value = "/getPaymentApply/{sid}") |
|
|
|
ResultBean<AppFinPaymentApplyVo> getPaymentApply(@PathVariable("sid") String sid) |
|
|
|
ResultBean<AppFinPaymentApplyVo> getPaymentApply(@PathVariable("sid") String sid); |
|
|
|
|
|
|
|
|
|
|
|
} |