This commit is contained in:
yutou
2021-01-29 18:14:39 +08:00
parent 52e230b56f
commit 6b42cf5ca4
2 changed files with 2 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ import java.util.TimerTask;
public class QQSetu {
public static void printTodaySetu() {
String redisKey=Tools.getToDayTime() + "_setu";
System.out.println("redisKey = " + redisKey);
String js = RedisTools.get(redisKey, 1);
if (js != null) {
JSONObject json = JSONObject.parseObject(js);