update 高德

This commit is contained in:
2023-06-26 14:23:21 +08:00
parent e7aec156e8
commit e10e54ffb2
12 changed files with 109 additions and 25 deletions

View File

@@ -31,6 +31,8 @@ public class Constants {
// ftp端口号
public static final int port = 0x15;
public static final String JSOWELL = "举视";
public static final byte[] updateServerPort = new byte[]{port};
public static final String updateServerUserName = "ftptest";

View File

@@ -88,6 +88,10 @@ public class RedisCache {
});
}
public void multiSave(Map<String,String> source) {
redisTemplate.opsForValue().multiSet(source);
}
/**
* 删除单个对象(异步清除内存)
*