Commit dacd03b5 by 周晓航

Merge branch 'KA-支付有礼新增积分提示-20210728-IDID1033907-zxh'

parents c7e58b31 1cf7f91c
...@@ -44,7 +44,7 @@ public class PayGiftCheckAndJoinResponseDto { ...@@ -44,7 +44,7 @@ public class PayGiftCheckAndJoinResponseDto {
private PayGiftWechatCouponInfoVo wechatCouponInfo; private PayGiftWechatCouponInfoVo wechatCouponInfo;
/** /**
* 奖励类型:1-非码券,2-微信商家券,3-弹窗奖励 * 奖励类型:0-非码券,2-微信商家券,3-弹窗奖励 ,4-送积分
*/ */
private String syncWechat; private String syncWechat;
...@@ -72,4 +72,9 @@ public class PayGiftCheckAndJoinResponseDto { ...@@ -72,4 +72,9 @@ public class PayGiftCheckAndJoinResponseDto {
* 跳转页面5和20跳转外部H5对应的路径或者URL * 跳转页面5和20跳转外部H5对应的路径或者URL
*/ */
private String redirectPage; private String redirectPage;
/**
* 参与支付有礼活动已获得50积分
*/
private String sendScore;
} }
...@@ -29,7 +29,7 @@ public class PayGiftCheckAndJoinResponseDtoNew { ...@@ -29,7 +29,7 @@ public class PayGiftCheckAndJoinResponseDtoNew {
/** /**
* 奖励类型:0-非码券,2-微信商家券,3-弹窗奖励 * 奖励类型:0-非码券,2-微信商家券,3-弹窗奖励 ,4-送积分
*/ */
private String syncWechat; private String syncWechat;
...@@ -47,4 +47,9 @@ public class PayGiftCheckAndJoinResponseDtoNew { ...@@ -47,4 +47,9 @@ public class PayGiftCheckAndJoinResponseDtoNew {
*活动及弹窗奖励的集合 *活动及弹窗奖励的集合
*/ */
private List<ActivitysDtoNew> activitys; private List<ActivitysDtoNew> activitys;
/**
* 参与支付有礼活动已获得50积分
*/
private String sendScore;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment