注册赠送头饰逻辑去除

This commit is contained in:
tianfeng 2026-04-02 18:01:31 +08:00
parent e44caee9c5
commit 40f4fdf00d

View File

@ -76,12 +76,12 @@ public class CreateAccountAspect {
cmd.setProfile(userProfile);
}
if (result.checkSuccess() && Objects.nonNull(result.getBody())) {
result.getBody().putRewardProps(
/* result.getBody().putRewardProps(
userPropsRewardProcess.newUserReward(
SysOriginPlatformEnum.valueOf(cmd.requireReqSysOrigin()),
cmd.requiredReqUserId(), cmd.getProfile().getCountryId()
)
);
);*/
}
createAccountExpandProcess.process(cmd);