Commit 1cf7f91c by 周晓航

【订单聚合层】【支付有礼】升级;开放可以赠送积分

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent bf8799ba
......@@ -44,7 +44,7 @@ public class PayGiftCheckAndJoinResponseDto {
private PayGiftWechatCouponInfoVo wechatCouponInfo;
/**
* 奖励类型:1-非码券,2-微信商家券,3-弹窗奖励
* 奖励类型:0-非码券,2-微信商家券,3-弹窗奖励 ,4-送积分
*/
private String syncWechat;
......@@ -72,4 +72,9 @@ public class PayGiftCheckAndJoinResponseDto {
* 跳转页面5和20跳转外部H5对应的路径或者URL
*/
private String redirectPage;
/**
* 参与支付有礼活动已获得50积分
*/
private String sendScore;
}
......@@ -29,7 +29,7 @@ public class PayGiftCheckAndJoinResponseDtoNew {
/**
* 奖励类型:0-非码券,2-微信商家券,3-弹窗奖励
* 奖励类型:0-非码券,2-微信商家券,3-弹窗奖励 ,4-送积分
*/
private String syncWechat;
......@@ -47,4 +47,9 @@ public class PayGiftCheckAndJoinResponseDtoNew {
*活动及弹窗奖励的集合
*/
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