提交 376f336a authored 作者: jiangwenye's avatar jiangwenye

付款接口

上级 5c9ca16a
......@@ -45,7 +45,7 @@ public class CarrierOwnerPaymentController {
}
@ApiOperation(value = "付款",notes = "<br>By:胡宇帆")
@PostMapping("/getOwnerPaymentDetail")
@PostMapping("/pay")
@UnitCovert(param = false)
public Result<Object> pay(@RequestParam("id") @NotNull(message = "id不能为空") Integer id) {
ownerPaymentService.pay(id);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论