瀏覽代碼

修改cdn地址.

王刚 3 年之前
父節點
當前提交
b174627e94
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Gameserver/Amfphp/service_call/InquireApi/CheckUpdate.php

+ 1 - 1
Gameserver/Amfphp/service_call/InquireApi/CheckUpdate.php

@@ -47,7 +47,7 @@ class CheckUpdate {
         if (GAME_ONLINE) {
             return "https://1105051445-1251008001.cos.ap-shanghai.myqcloud.com/cdn/"; # 外网CDN
         } else {
-            return "http://192.168.10.86/ylsj2019/CDN/";
+            return "http://192.168.10.17/ylsj2019/CDN/";
         }
     }