From ed63aa36ced400b4eef79862e85498213ae40c4a Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 19 十二月 2025 16:43:55 +0800
Subject: [PATCH] 0312 满星蓝卡提醒可遣散
---
Main/System/ClientVersion/VersionConfig.cs | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/Main/System/ClientVersion/VersionConfig.cs b/Main/System/ClientVersion/VersionConfig.cs
index 2053938..5a0251f 100644
--- a/Main/System/ClientVersion/VersionConfig.cs
+++ b/Main/System/ClientVersion/VersionConfig.cs
@@ -32,11 +32,12 @@
{
get
{
- if (!string.IsNullOrEmpty(SDKUtils.Yj_SpID))
- {
- return SDKUtils.Yj_SpID;
- }
- return m_SpID;
+ //鏆備笖鍚屾appid 鐩墠娌℃湁鍒嗗紑鐨勯渶姹�
+ // if (!string.IsNullOrEmpty(SDKUtils.Yj_SpID))
+ // {
+ // return SDKUtils.Yj_SpID;
+ // }
+ return m_AppId;
}
}
@@ -79,7 +80,7 @@
}
else
{
- m_GameId = "xbqy";
+ m_GameId = "xssg";
}
}
--
Gitblit v1.8.0