支付成功回调处理优化
This commit is contained in:
parent
0b64c4ff97
commit
41e9660edd
@ -86,13 +86,11 @@ public class BuySuccessListener implements MessageListener {
|
||||
}
|
||||
|
||||
userExpandClient.updatePurchasingToTrue(eventBody.getUserId());
|
||||
userProfileClient.removeCache(eventBody.getUserId());
|
||||
|
||||
//累计今日充值,每日累计充值抽奖活动
|
||||
cumulativeRechargeClient.incrTodayRechargeScore(
|
||||
eventBody.getAcceptUserId(), eventBody.getProductConfig().getUnitPrice().doubleValue());
|
||||
|
||||
|
||||
//被邀请人充值邀请人获得佣金
|
||||
inviteUserClient.processRechargeCommission(eventBody.getCandyQuantity(),
|
||||
eventBody.getSysOrigin(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user