You've already forked FrameTour-BE
feat(AppClaimController): 优化优惠券领取结果展示
- 在 ClaimResp 中添加 couponType 字段,用于展示优惠券类型 -根据 CouponType 枚举值,设置不同的优惠券类型描述- 优化折扣优惠券和满减优惠券的描述生成逻辑- 保留原有的通用优惠券描述配置
This commit is contained in:
@@ -8,6 +8,7 @@ public class ClaimResp {
|
||||
private String printType;
|
||||
private String printCode;
|
||||
private Boolean hasCoupon;
|
||||
private String couponType;
|
||||
private String couponDesc;
|
||||
private String couponCountdown;
|
||||
}
|
||||
|
Reference in New Issue
Block a user