fix(price-publish):

This commit is contained in:
han0
2023-12-14 08:46:32 +08:00
parent 4fc88d6fd5
commit 92ccd2fd72

View File

@@ -71,7 +71,7 @@ public class PricePublishController {
} }
@ApiOperation("发布价格") @ApiOperation("发布价格")
@GetMapping("/") @PostMapping("/publish")
public HttpResponse publish( 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