zoujiajian 2 anos atrás
pai
commit
9f15c868d6

+ 1 - 1
netflix-web/src/main/java/com/cyksj/web/controller/mirror/MirrorController.java

@@ -423,7 +423,7 @@ public class MirrorController {
     public Result<String> lumaRedirect(@PathVariable Long relationId) {
         Long userId = StpUserUtil.getLoginIdAsLong();
         LumaUser lumaUser = lumaService.getLumaUser(userId, relationId);
-        return GatewayResponse.SUCCESS.newBuilder().toResult(lumaHost + (EnvCommonService.active.equals(envCommonService.getEnv()) ? "/8081":"/8082") +"/api/applets/mirror/lumaWithToken/" + lumaUser.getUserToken());
+        return GatewayResponse.SUCCESS.newBuilder().toResult(lumaHost + (EnvCommonService.active_pre.equals(envCommonService.getEnv()) ? "/8083":"/8084") +"/api/applets/mirror/lumaWithToken/" + lumaUser.getUserToken());
     }
 
     @GetMapping("/lumaWithToken/{userToken}")