azizi签到过期改为365天

This commit is contained in:
tianfeng 2026-02-06 12:18:32 +08:00
parent 1e1b0ddf36
commit 700a4e1a70

View File

@ -144,7 +144,7 @@ public class CheckInExe {
*/
private long getExpiredTime(boolean isAziziCheckIn, Long userId) {
if (isAziziCheckIn) {
return -1L;
return 60 * 60 * 24 * 365 * 1000L;
}
Duration duration = getDuration();