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

Commit 7648acb5 authored by 胡佳晨's avatar 胡佳晨

增加接口 getChargesRatioItem

parent a4b8a132
......@@ -40,7 +40,7 @@ public class KylinOrderTicketsRefundController {
}
@GetMapping("getChargesRatioItem")
@ApiOperation("想要退款订单详情")
@ApiOperation("阶梯退款详情")
@ApiResponse(code = 200, message = "接口返回对象参数")
public ResponseDto<OrderRefundPoundage> getChargesRatioItem(
@RequestParam(value = "performanceId", required = true) @NotNull(message = "演出id") String performanceId
......
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