修改新闻头条和万年历接口调用

master
WeiRan 2024-08-29 21:48:45 +08:00
parent 41002f971f
commit 16d69b601b
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public class ApiController {
}
@GetMapping("/news")
@PostMapping("/news")
@Operation(summary = "新闻头条",description = "查询新闻头条")
public Result JavaGet(@Validated @RequestBody Newsdomain newsdomain) throws Exception {
String type = newsdomain.getType();