修改新闻头条和万年历接口调用
parent
41002f971f
commit
16d69b601b
|
@ -51,7 +51,7 @@ public class ApiController {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@GetMapping("/news")
|
@PostMapping("/news")
|
||||||
@Operation(summary = "新闻头条",description = "查询新闻头条")
|
@Operation(summary = "新闻头条",description = "查询新闻头条")
|
||||||
public Result JavaGet(@Validated @RequestBody Newsdomain newsdomain) throws Exception {
|
public Result JavaGet(@Validated @RequestBody Newsdomain newsdomain) throws Exception {
|
||||||
String type = newsdomain.getType();
|
String type = newsdomain.getType();
|
||||||
|
|
Loading…
Reference in New Issue