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