fix(文章操作基于代码仓库实现): 文章操作
文章及栏目管理接口需作为非公开接口 关联Issue:https://www.gitlink.org.cn/Gitlink/forgeplus/issues/2696
This commit is contained in:
parent
117ec3c4ae
commit
63ba72299c
|
|
@ -81,7 +81,7 @@ public class CmsDocController extends BaseController {
|
|||
@ApiOperation("获取文章详细信息")
|
||||
@GetMapping(value = "/{id}")
|
||||
public AjaxResult getInfo(@ApiParam(name = "id", value = "文章Id") @PathVariable("id") Long id) {
|
||||
return success(cmsDocService.selectCmsDocById(id, true));
|
||||
return success(cmsDocService.selectCmsDocById(id, false));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue