提交 04b4597f authored 作者: liuhaiquan's avatar liuhaiquan

修改请求方式

上级 15a32e32
......@@ -84,7 +84,7 @@ public class CarrierOwnerLoanRecordController {
@ApiOperation(value = "生成付款申请单",notes = "<br>By:刘海泉")
@GetMapping("/savePaymentApplicationForm")
@PostMapping("/savePaymentApplicationForm")
public Result<String> savePaymentApplicationForm(@RequestBody @Validated ExportPaymentApplicationFormParam param) {
String url = ownerLoanRecordService.savePaymentApplicationForm(param);
return Result.ok(url);
......
......@@ -72,7 +72,7 @@ public class OwnerRepaymentController {
@ApiOperation(value = "生成付款申请单",notes = "<br>By:刘海泉")
@GetMapping("/savePaymentApplicationForm")
@PostMapping("/savePaymentApplicationForm")
public Result<String> savePaymentApplicationForm(@RequestBody @Validated ExportPaymentApplicationFormParam param) {
String url = ownerRepaymentService.savePaymentApplicationForm(param);
return Result.ok(url);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论