feat:江体小程序

This commit is contained in:
Xiang
2026-05-09 11:41:03 +08:00
parent fea069d795
commit d1584184ae
8 changed files with 84 additions and 20 deletions

View File

@@ -29,6 +29,8 @@ public class RedisKeyConstant {
return JNTYZX_VENUE_SUBSCRIBE_KEY + placeName + ":" + getDate();
}
public static final String JNTYZX_SUBSCRIBE_TIME_KEY = "jntyzx:subscribe:time";
public static String getDate() {
LocalDate now = LocalDate.now();
return ":" + DateUtils.getDateFromDate(now);