调整 音频合成

This commit is contained in:
spllzh
2025-10-06 12:17:34 +08:00
parent 725a5294d0
commit 20378e8115
43 changed files with 508 additions and 60 deletions

View File

@@ -22,6 +22,9 @@ public class LoginResponse {
@Schema(description = "邮箱")
private String email;
@Schema(description = "用户电话")
private String phone;
@Schema(description = "头像")
private String avatar;
@@ -78,6 +81,8 @@ public class LoginResponse {