|
@@ -227,7 +227,7 @@ public class AppletService implements AppletServiceInterface {
|
|
|
return getWxScheme(getTonke(s))
|
|
return getWxScheme(getTonke(s))
|
|
|
.flatMap(link->
|
|
.flatMap(link->
|
|
|
reactiveRedisTemplates.opsForValue()
|
|
reactiveRedisTemplates.opsForValue()
|
|
|
- .set(unique, s, Duration.ofMinutes(getSecondsUntilNextMidnight()))
|
|
|
|
|
|
|
+ .set(unique, link, Duration.ofMinutes(getSecondsUntilNextMidnight()))
|
|
|
.flatMap(f->Mono.just(link)));
|
|
.flatMap(f->Mono.just(link)));
|
|
|
}
|
|
}
|
|
|
private static long getSecondsUntilNextMidnight() {
|
|
private static long getSecondsUntilNextMidnight() {
|