feat: 为充值记录新增订单类型字段并区分VIP与套餐逻辑
This commit is contained in:
@@ -66,7 +66,8 @@ public class PremiumPackageManager : DomainService
|
||||
Content = packageName,
|
||||
ExpireDateTime = premiumPackage.ExpireDateTime,
|
||||
Remark = "自助充值",
|
||||
ContactInfo = null
|
||||
ContactInfo = null,
|
||||
RechargeType = RechargeTypeEnum.PremiumPackage
|
||||
};
|
||||
|
||||
// 保存充值记录到数据库
|
||||
|
||||
Reference in New Issue
Block a user