Wubing 18 hours ago
parent
commit
075551e857
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/servers/connector/handler/entryHandler.js

+ 2 - 2
app/servers/connector/handler/entryHandler.js

@@ -130,7 +130,7 @@ proto.downloadSvg = P.coroutine(function* (svgUrl, savePath,playerId, cb) {
       cb(new Error('下载 SVG 超时'));
     });
   });
-var svgUrl = 'https://bargame.ala456.com/gameRes/1.svg'; // 目标 SVG 地址
+var svgUrl = 'https://barserver.bargame88.com/image/1c4c1fda-5120-a0c1-b4dc-c4fb6891833f22224444.png'; // 目标 SVG 地址
 var localSvgPath = 'D:\\web\\root80\\image\\1.svg'; // 本地 SVG 路径
 var localPngPath = 'D:\\web\\root80\\image\\'; // 本地 PNG 路径
 var destPngPath = path.join("D:\\web\\root80\\image\\"); // 目标 PNG 路径
@@ -313,7 +313,7 @@ proto.login = P.coroutine(function* (msg, session, next) {
             }
         }
     }
-    console.warn("msg.headurl:",msg.headurl)
+    console.warn("316 msg.headurl:",msg.headurl)
     if (msg.headurl == "" || !msg.headurl) {
         msg.headurl = "https://barserver.bargame88.com/0a066484-5914-633e-12fb-b36ccce1431d22224444.png"
     }