Affiliate 允许为不同的用户设置不同的affiliate

Stripe 添加优惠券删除接口;限制优惠券只能在订阅时使用
This commit is contained in:
2025-04-28 14:40:42 +08:00
parent a2d259aea1
commit 200c0adfba
9 changed files with 68 additions and 16 deletions

View File

@@ -22,6 +22,8 @@ public class SubscriptionEmailParamsDTO {
// 费用
private String totalFee;
private String renewalFee;
// 当前订阅开始时间
private String lastOrderDate;