From fb7d2dbb19dd404b9c2374eab59d38606cb0f96c Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期六, 19 一月 2019 11:06:25 +0800
Subject: [PATCH] 5963 多人 【前端】【1.5.0开始】各平台的注册数据同步为游戏后台统计的方式

---
 Core/SDK/SDKUtility.cs |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/Core/SDK/SDKUtility.cs b/Core/SDK/SDKUtility.cs
index 7fcc086..a2ddd16 100644
--- a/Core/SDK/SDKUtility.cs
+++ b/Core/SDK/SDKUtility.cs
@@ -681,6 +681,10 @@
          * ClientPackage鍚憇dk鍙戦�佸垎鍖卛d
          */
         public const int ClientPackage = 400;
+        /**
+         * 鍙戦�佷簨浠�
+         */
+        public static int SendRegistEvent = 500;
     }
 
     #endregion
@@ -1081,6 +1085,13 @@
         SendMessageToSDK(m_Json);
     }
 
+    public void SendRegistEvent()
+    {
+        m_Json.Clear();
+        m_Json["code"] = CodeU2A.SendRegistEvent;
+        SendMessageToSDK(m_Json);
+    }
+
     public void CreateRoleOk(string roleID, string roleName, string time)
     {
         m_Json.Clear();

--
Gitblit v1.8.0