docs: 接口文档描述调整
This commit is contained in:
@@ -16,10 +16,10 @@ import org.springframework.web.multipart.MultipartFile;
|
|||||||
/**
|
/**
|
||||||
* 文件控制层
|
* 文件控制层
|
||||||
*
|
*
|
||||||
* @author Ray
|
* @author Ray.Hao
|
||||||
* @since 2022/10/16
|
* @since 2022/10/16
|
||||||
*/
|
*/
|
||||||
@Tag(name = "08.文件接口")
|
@Tag(name = "07.文件接口")
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/api/v1/files")
|
@RequestMapping("/api/v1/files")
|
||||||
@RequiredArgsConstructor
|
@RequiredArgsConstructor
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ import java.security.Principal;
|
|||||||
* <p>
|
* <p>
|
||||||
* 包含点对点/广播发送消息
|
* 包含点对点/广播发送消息
|
||||||
*
|
*
|
||||||
* @author Ray
|
* @author Ray.Hao
|
||||||
* @since 2.3.0
|
* @since 2.3.0
|
||||||
*/
|
*/
|
||||||
@RestController
|
@RestController
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ import org.springframework.security.access.prepost.PreAuthorize;
|
|||||||
@Slf4j
|
@Slf4j
|
||||||
@RestController
|
@RestController
|
||||||
@RequiredArgsConstructor
|
@RequiredArgsConstructor
|
||||||
@Tag(name = "10.系统配置")
|
@Tag(name = "08.系统配置")
|
||||||
@RequestMapping("/api/v1/config")
|
@RequestMapping("/api/v1/config")
|
||||||
public class ConfigController {
|
public class ConfigController {
|
||||||
|
|
||||||
|
|||||||
@@ -108,7 +108,7 @@ public class DictController {
|
|||||||
//---------------------------------------------------
|
//---------------------------------------------------
|
||||||
// 字典项相关接口
|
// 字典项相关接口
|
||||||
//---------------------------------------------------
|
//---------------------------------------------------
|
||||||
@Operation(summary = "字典项分页")
|
@Operation(summary = "字典项分页列表")
|
||||||
@GetMapping("/{dictCode}/items/page")
|
@GetMapping("/{dictCode}/items/page")
|
||||||
public PageResult<DictItemPageVO> getDictItemPage(
|
public PageResult<DictItemPageVO> getDictItemPage(
|
||||||
@PathVariable String dictCode,
|
@PathVariable String dictCode,
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ import java.time.LocalDate;
|
|||||||
* @author Ray.Hao
|
* @author Ray.Hao
|
||||||
* @since 2.10.0
|
* @since 2.10.0
|
||||||
*/
|
*/
|
||||||
@Tag(name = "13.日志接口")
|
@Tag(name = "10.日志接口")
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/api/v1/logs")
|
@RequestMapping("/api/v1/logs")
|
||||||
@RequiredArgsConstructor
|
@RequiredArgsConstructor
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ import java.util.Set;
|
|||||||
/**
|
/**
|
||||||
* 菜单控制层
|
* 菜单控制层
|
||||||
*
|
*
|
||||||
* @author Ray
|
* @author Ray.Hao
|
||||||
* @since 2020/11/06
|
* @since 2020/11/06
|
||||||
*/
|
*/
|
||||||
@Tag(name = "04.菜单接口")
|
@Tag(name = "04.菜单接口")
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ import org.springframework.web.bind.annotation.*;
|
|||||||
* @author youlaitech
|
* @author youlaitech
|
||||||
* @since 2024-08-27 10:31
|
* @since 2024-08-27 10:31
|
||||||
*/
|
*/
|
||||||
@Tag(name = "12.通知公告接口")
|
@Tag(name = "09.通知公告")
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/api/v1/notices")
|
@RequestMapping("/api/v1/notices")
|
||||||
@RequiredArgsConstructor
|
@RequiredArgsConstructor
|
||||||
|
|||||||
Reference in New Issue
Block a user