支付优化

This commit is contained in:
2024-11-25 10:53:09 +08:00
parent 2ea19dcf03
commit 5019fbd3fc
9 changed files with 257 additions and 35 deletions

View File

@@ -28,6 +28,8 @@ public class SubscriptionEmailParamsDTO {
// 付款方式
private String paymentMethod;
private String last4;
// 订阅Id
private String subscriptionId;
@@ -43,5 +45,8 @@ public class SubscriptionEmailParamsDTO {
// 下次付款时间reminder
private String renewalTime;
// 付款失败原因
private String failMessage;
}