支付优化-续订失败邮件通知

This commit is contained in:
2024-11-28 10:43:06 +08:00
parent 5019fbd3fc
commit 1b15aed6a2
9 changed files with 269 additions and 42 deletions

View File

@@ -27,6 +27,4 @@ public class ProductPurchaseDTO {
@ApiModelProperty("是否自动续订 one_time || recurring")
private Boolean autoRenewal;
private String refId;
}

View File

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