拉新奖励关系链时间设置为90天

This commit is contained in:
tianfeng 2026-03-06 14:54:00 +08:00
parent e789098a0b
commit 3183a50e8a

View File

@ -43,7 +43,7 @@ public class GetValidInviteUsersExe {
private final UserProfileGateway userProfileGateway;
// 邀请关系有效期天数
private static final int VALID_DAYS = 30;
private static final int VALID_DAYS = 90;
/**
* 执行获取有效邀请用户列表