销售冠,post

This commit is contained in:
zhonghua1
2025-12-24 18:12:01 +08:00
parent 0e316d64c3
commit 7753523fb7
6 changed files with 27 additions and 7 deletions

View File

@@ -65,7 +65,7 @@ public class KnowledgeBaseController {
/**
* 分页查询知识列表
*/
@GetMapping("/list")
@PostMapping("/list")
@Operation(summary = "分页查询知识列表", description = "分页查询知识信息列表")
public ResponseEntity<Map<String, Object>> getKnowledgeList(
@Parameter(description = "页码", example = "1")