src/main/java/cc/mrbird/febs/ai/controller/productQuestion/AiProductQuestionController.java
@@ -72,6 +72,12 @@ return aiProductQuestionService.update(dto); } @PostMapping(value = "stateUpdate/{type}/{ids}") @ControllerEndpoint(operation = "更新", exceptionMessage = "更新失败") public FebsResponse stateUpdate(@PathVariable("ids") String ids, @PathVariable("type") Integer type) { return aiProductQuestionService.stateUpdate(ids, type); } @GetMapping("delete/{id}") @ControllerEndpoint(operation = "删除", exceptionMessage = "操作失败") public FebsResponse delete(