记得上下班打卡 | git大法好,push需谨慎

Commit 9b895019 authored by 胡佳晨's avatar 胡佳晨

Merge branch 'dev' into test

parents d7d53f4c 85fae0d9
......@@ -100,7 +100,7 @@ public class KylinOrderTicketsController {
}
}
@PostMapping("sendOrderRefund")
@PostMapping("sendOrderRefunds")
@ApiOperation("发起退款申请")
@ApiResponse(code = 200, message = "接口返回对象参数")
public ResponseDto<Boolean> sendOrderRefund(@RequestParam(value = "orderId", required = true) @NotNull(message = "订单id不能为空") String orderId,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment