发送完道具清空用户缓存

This commit is contained in:
tianfeng 2026-03-06 18:02:12 +08:00
parent 97e8bc8731
commit 92dd63a679

View File

@ -142,6 +142,7 @@ public class InviteUserClientServiceImpl implements InviteUserClientService {
} else if (total >= TIER1_THRESHOLD) {
tryAwardTier(result, 1, TIER1_PROPS_ID, TIER1_GOLD);
}
userProfileGateway.removeCacheAll(Collections.singletonList(result.getInviteeUserId()));
}
/**