feat: 命令片段.
This commit is contained in:
@@ -6,7 +6,6 @@ Authorization: {{token}}
|
||||
{
|
||||
"groupId": "",
|
||||
"name": "",
|
||||
"prefix": "",
|
||||
"command": ""
|
||||
}
|
||||
|
||||
@@ -20,7 +19,6 @@ Authorization: {{token}}
|
||||
"id": "",
|
||||
"groupId": "",
|
||||
"name": "",
|
||||
"prefix": "",
|
||||
"command": ""
|
||||
}
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ public class CommandSnippetGroupController {
|
||||
}
|
||||
|
||||
@IgnoreLog(IgnoreLogMode.RET)
|
||||
@PostMapping("/list")
|
||||
@GetMapping("/list")
|
||||
@Operation(summary = "查询全部命令片段分组")
|
||||
public List<CommandSnippetGroupVO> getCommandSnippetGroupList() {
|
||||
return commandSnippetGroupService.getCommandSnippetGroupList();
|
||||
|
||||
Reference in New Issue
Block a user