Explorar el Código

广告-v0.05

(cherry picked from commit 4a36de5fb13b14d32753efcb740dde87e336ad89)
MOKASZ\lw12420 hace 1 año
padre
commit
0bc2961e5e

+ 1 - 1
launch-admin/src/main/java/com/webflux/launchadmin/mysql/service/applet/AppletService.java

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