3
0

4 Коммиты 3d830997cf ... 76fcf83c23

Автор SHA1 Сообщение Дата
  gdl_123 76fcf83c23 ++ 1 месяц назад
  gdl_123 7b360abbd8 ++ 1 месяц назад
  gdl_123 7beb34a2ab ++ 1 месяц назад
  gdl_123 355dbc3a04 ++ 1 месяц назад

+ 2 - 2
Assets/Content/Config/DownLoadUrlCfg.csv

@@ -2,5 +2,5 @@ ID,Platform,BaseUrl,ServerUrl,Param1,DownloadPath,MaxNum
 ID,Platform,BaseUrl,ServerUrl,Param1,DownloadPath,MaxNum
 int,string,string,string,string,string,int
 1,GameDebug,http://43.226.57.217:88/x7/,http://43.226.57.217:81/,x7,res/AndroidLocalizedRes/,1
-2,Android,http://43.156.13.116:88/x7/,http://43.156.13.116:81/,x7,res/AndroidLocalizedRes/,1
-3,IOS,http://43.156.13.116:88/x7/,http://43.156.13.116:81/,x7,res/IosLocalizedRes/,1
+2,Android,http://165.154.157.207:88/x7/,http://165.154.157.207:81/,x7,res/AndroidLocalizedRes/,1
+3,IOS,http://165.154.157.207:88/x7/,http://165.154.157.207:81/,x7,res/IosLocalizedRes/,1

+ 1 - 1
Assets/Lua/Core/Constant.lua

@@ -15,7 +15,7 @@ local Constant = {
     LanguageNames = {'cn','en','vi'},
 
 
-    OpenGetAll = false,
+    OpenGetAll = true,
 
     HeroLeaderIcon = "FrameNew/label_main",
     HeroBattleIcon = "FrameNew/label_battling",

+ 1 - 1
Assets/Lua/Core/LuaMain.lua

@@ -138,7 +138,7 @@ function LuaMain:Start()
     collectgarbage("setstepmul",5000)
 
     LogHRWarning("lua init   "..collectgarbage("count"))
-
+    DebugHelper.enableLog = false
     ManagerContainer = require("ManagerContainer")
     ManagerContainer:InitMgr()
 

+ 14 - 10
Build/BuildDependenceResource/PackConfig.json

@@ -1350,8 +1350,8 @@
         },
         {
             "channelName": "X7",
-            "appName": "超冒险小镇物语2",
-            "distributeName": "正式服--0.1",
+            "appName": "xjboli",
+            "distributeName": "正式服--0.1(海外ios)",
             "channelUniqueId": "22002005",
             "bundleId": "com.xjboligp.x7sy",
             "gameVersionCode": {
@@ -1373,18 +1373,22 @@
                 "FPS_DISABLE"
             ],
             "logo1RelativePath": "ntquick.png",
-            "loginRelativePath": "i7Game",
+            "loginRelativePath": "Default",
             "gameAssetsPath": "Default",
             "specialFuncShield": false,
             "splashScreenRelativeFiles": [],
-            "obscureKey": "",
+            "obscureKey": "74eb0381d1b043c62fbd46f",
             "obscureOffsetMin": 0,
-            "obscureOffsetValues": [],
-            "sdkVerifyUrl": "http://103.239.245.64:81//",
-            "serverListUrl": "http://103.239.245.64:81//serverlist",
-            "notifyUrl": "http://weix.vvfyj.cn/res/NoticeNew/",
-            "specialInfoUrl": "http://weix.vvfyj.cn/res/Channel/agreement.json",
-            "customerServiceInfoUrl": "http://103.239.245.64:81//vipService",
+            "obscureOffsetValues": [
+                8,
+                4,
+                10
+            ],
+            "sdkVerifyUrl": "http://165.154.157.207:81//",
+            "serverListUrl": "http://165.154.157.207:81/serverlist",
+            "notifyUrl": "http://165.154.157.207:88/res/NoticeNew/",
+            "specialInfoUrl": "http://165.154.157.207:88/res/Channel/",
+            "customerServiceInfoUrl": "http://165.154.157.207:81//vipService",
             "leBian_MainChId": "69031",
             "leBian_ClientChId": "cxzjj_bt",
             "leBian_SECID": "tx75web0.c",

+ 1 - 1
Build/BuildDependenceResource/Plugins/SDKBridge/X7_IOS/YouYiSDKiOS.cs

@@ -14,7 +14,7 @@ public class YouYiSDKiOS : SDKBase
     private QSdkListener qListenter;
     public YouYiSDKiOS()
     {
-        SDKName = "XUAN_YOU_IOS";
+        SDKName = "IOS_X7";
         m_YouYiListener = SDKMgr.Instance.gameObject.AddComponent<YouYiListener>();
         qListenter = SDKMgr.Instance.gameObject.AddComponent<QSdkListener>();
         qKGamesdk = new QKGame();