fix(price-publish):
This commit is contained in:
@@ -72,7 +72,7 @@ public class PricePublishController {
|
||||
|
||||
@ApiOperation("发布价格")
|
||||
@GetMapping("/")
|
||||
public HttpResponse list(
|
||||
public HttpResponse publish(
|
||||
@ApiParam("年份") @RequestParam("year") Integer year,
|
||||
@ApiParam("月份") @RequestParam(value = "month") Integer month
|
||||
) throws Exception {
|
||||
|
Reference in New Issue
Block a user