fix(price-publish):
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user