金币代理发货接口更改
This commit is contained in:
parent
21e925fe26
commit
70b1dba4b1
@ -182,21 +182,17 @@ public class SendFreightShipCmdExe {
|
|||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.error("send freight balance failed: {}", e.getMessage());
|
log.error("send freight balance failed: {}", e.getMessage());
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// 累计充值
|
|
||||||
incrRechargeQuantity(cmd);
|
|
||||||
|
|
||||||
//累计今日充值,每日累计充值抽奖活动
|
// 累计充值
|
||||||
cumulativeRechargeClient.incrTodayRechargeScore(cmd.getAcceptUserId(),
|
incrRechargeQuantity(cmd);
|
||||||
getGoldToSUD(cmd).doubleValue());
|
|
||||||
|
|
||||||
// 余额如果小于1250则回收货运代理徽章
|
//累计今日充值,每日累计充值抽奖活动
|
||||||
freightShipGateway.removeFreightShipBadge(cmd.requiredReqUserId(), balance);
|
cumulativeRechargeClient.incrTodayRechargeScore(cmd.getAcceptUserId(),getGoldToSUD(cmd).doubleValue());
|
||||||
// SVip积分累计.
|
|
||||||
userSvipClient.incrIntegral(cmd.getAcceptUserId(), cmd.getQuantity().longValue());
|
|
||||||
|
|
||||||
completedFirstCharge(cmd.getAcceptUserId(), cmd.getReqSysOrigin().getOrigin());
|
completedFirstCharge(cmd.getAcceptUserId(), cmd.getReqSysOrigin().getOrigin());
|
||||||
|
}
|
||||||
|
|
||||||
return balance;
|
return balance;
|
||||||
|
|
||||||
} finally {
|
} finally {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user