TASK: 订阅或试用用户账号到期邮件通知

This commit is contained in:
2025-11-14 18:08:40 +08:00
parent 18f5528d59
commit f239c8c02b
8 changed files with 222 additions and 15 deletions

View File

@@ -39,5 +39,5 @@ public class PoseTransformDTO {
private String prompt;
@ApiModelProperty("生成模式 1.pose2video | 2.prompt2video | 3.FLFrame2video ")
private int mode;
private Integer mode;
}

View File

@@ -61,5 +61,5 @@ public class SubscriptionEmailParamsDTO {
// 付款失败原因
private String failMessage;
private String days;
}