前端-胡立永 11 hours ago
parent
commit
cb929c5d7d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      jeecg-boot/jeecg-boot-module/jeecgboot-boot-applet/src/main/java/org/jeecg/modules/applet/controller/AppletApiTTSController.java

+ 1
- 1
jeecg-boot/jeecg-boot-module/jeecgboot-boot-applet/src/main/java/org/jeecg/modules/applet/controller/AppletApiTTSController.java View File

@ -25,7 +25,7 @@ public class AppletApiTTSController {
@Autowired
private AppletApiTTService appletApiTTService;
@Operation(summary = "查询音色列表【待开发】", description = "查询音色列表")
@Operation(summary = "查询音色列表", description = "查询音色列表")
@GetMapping(value = "/list")
public Result<List<AppletTtsTimbre>> list() {
return Result.OK(appletApiTTService.list());


Loading…
Cancel
Save