修改异常处理+代码清理

This commit is contained in:
xupei
2023-11-02 15:35:07 +08:00
parent 85a815dddc
commit 0313149ea5
16 changed files with 91 additions and 130 deletions

View File

@@ -34,7 +34,6 @@ public class GenerateController {
return Response.success(generateService.generateCaption(sketchElementId));
}
@ApiOperation("通过文字、图片生成图片")
@PostMapping("/sketchAndPrint")
public Response<GenerateCollectionVO> generateThroughImageText(@Valid @RequestBody GenerateThroughImageTextDTO generateThroughImageTextDTO) {