|
@@ -2862,7 +2862,7 @@ public class WmScorePackageServiceImpl extends ServiceImpl<WmScorePackageMapper,
|
|
|
Long expire = redisTemplate.opsForValue().getOperations().getExpire(key, TimeUnit.SECONDS);
|
|
|
opt.setStatus(WmReportOpt.WmReportOptStatus.GENERATED);
|
|
|
opt.setTtl(LocalDateTime.now().plusSeconds(expire));
|
|
|
- opt.setLatestUrl(o);
|
|
|
+ opt.setLatestUrl(o.substring(o.indexOf("https")));
|
|
|
}
|
|
|
// 生成中的
|
|
|
else if ("GENERATING".equals(o)) {
|