|
@@ -126,7 +126,7 @@ public class CommonController extends BladeController {
|
|
|
|
|
|
@GetMapping("/notice-detail")
|
|
|
@ApiOperationSupport(order = 5)
|
|
|
- @ApiOperation(value = "查询文章详情")
|
|
|
+ @ApiOperation(value = "查询通知公告详情")
|
|
|
public R<Notice> noticeDetail(@ApiParam(value = "文章Id", required = true) @RequestParam Long id) {
|
|
|
return R.data(noticeService.getById(id));
|
|
|
}
|