feat: 命令片段.

This commit is contained in:
lijiahang
2024-01-24 19:19:26 +08:00
parent 7d614f0bdc
commit af4d4d99a6
13 changed files with 333 additions and 220 deletions

View File

@@ -6,7 +6,6 @@ Authorization: {{token}}
{
"groupId": "",
"name": "",
"prefix": "",
"command": ""
}
@@ -20,7 +19,6 @@ Authorization: {{token}}
"id": "",
"groupId": "",
"name": "",
"prefix": "",
"command": ""
}

View File

@@ -50,7 +50,7 @@ public class CommandSnippetGroupController {
}
@IgnoreLog(IgnoreLogMode.RET)
@PostMapping("/list")
@GetMapping("/list")
@Operation(summary = "查询全部命令片段分组")
public List<CommandSnippetGroupVO> getCommandSnippetGroupList() {
return commandSnippetGroupService.getCommandSnippetGroupList();