From b97ca7fc69d2cddeaf1af2d4e59ba4b413034784 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期四, 12 三月 2026 16:51:46 +0800
Subject: [PATCH] 59 邮件系统-客户端  邮件标题支持参数匹配

---
 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