Explorar o código

更新证件照接口缓存过期时间

FanQun %!s(int64=2) %!d(string=hai) anos
pai
achega
a327291fa2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/java/com/rshy/project/hy/server/ItfwServer.java

+ 1 - 1
src/main/java/com/rshy/project/hy/server/ItfwServer.java

@@ -792,7 +792,7 @@ public class ItfwServer {
 
         byte[] bytes = HttpRequest.get(pctzjzpResultDTO.getZjzUrl()).timeout(200).execute().bodyBytes();
         pctzjzpResultDTO.setPhoto(Base64.encode(bytes));
-        stringRedisTemplate.opsForValue().set(cacheKey, JSON.toJSONString(pctzjzpResultDTO), DateUtil.endOfDay(DateUtil.date()).getTime() - DateUtil.date().getTime(), TimeUnit.MILLISECONDS);
+        stringRedisTemplate.opsForValue().set(cacheKey, JSON.toJSONString(pctzjzpResultDTO));//DateUtil.endOfDay(DateUtil.date()).getTime() - DateUtil.date().getTime(), TimeUnit.MILLISECONDS);
         return pctzjzpResultDTO;
     }