fix(price-publish):

This commit is contained in:
han0
2023-12-14 08:29:04 +08:00
parent b440dc604f
commit 4fc88d6fd5

View File

@@ -72,7 +72,7 @@ public class PricePublishController {
@ApiOperation("发布价格") @ApiOperation("发布价格")
@GetMapping("/") @GetMapping("/")
public HttpResponse list( public HttpResponse publish(
@ApiParam("年份") @RequestParam("year") Integer year, @ApiParam("年份") @RequestParam("year") Integer year,
@ApiParam("月份") @RequestParam(value = "month") Integer month @ApiParam("月份") @RequestParam(value = "month") Integer month
) throws Exception { ) throws Exception {