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
|
||||
*/
|
||||
@Tag(name = "08.文件接口")
|
||||
@Tag(name = "07.文件接口")
|
||||
@RestController
|
||||
@RequestMapping("/api/v1/files")
|
||||
@RequiredArgsConstructor
|
||||
|
||||
@@ -17,7 +17,7 @@ import java.security.Principal;
|
||||
* <p>
|
||||
* 包含点对点/广播发送消息
|
||||
*
|
||||
* @author Ray
|
||||
* @author Ray.Hao
|
||||
* @since 2.3.0
|
||||
*/
|
||||
@RestController
|
||||
|
||||
Reference in New Issue
Block a user