From 9a7f3d6bd70cca346dfc379e8803f8c392025d06 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期一, 29 四月 2019 17:27:02 +0800
Subject: [PATCH] update 更新易乐库
---
Project/yl_sdk/src/game_ylgame/java/com/secondworld/univeralsdk/H2EngineSDK.java | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/Project/yl_sdk/src/game_ylgame/java/com/secondworld/univeralsdk/H2EngineSDK.java b/Project/yl_sdk/src/game_ylgame/java/com/secondworld/univeralsdk/H2EngineSDK.java
index 7e09ea4..9c5217a 100644
--- a/Project/yl_sdk/src/game_ylgame/java/com/secondworld/univeralsdk/H2EngineSDK.java
+++ b/Project/yl_sdk/src/game_ylgame/java/com/secondworld/univeralsdk/H2EngineSDK.java
@@ -112,8 +112,8 @@
_json.getString("title"),
_json.getString("mount"),
_json.getString("roleID"),
-// _extraData.toString(),
- "",
+ _extraData.toString(),
+// "",
_json.getString("sid"));
YLPlatformUtil.getInstance().payProcessing = true;
@@ -166,6 +166,9 @@
case CodeU2A.JPushRemoveLocalMessage:
removeNotification(_activity, _json.getInt("id"));
break;
+ case CodeU2A.SendRegistEvent:
+ YLPlatformUtil.getInstance().SendRegisterEvent();
+ break;
}
} catch (JSONException e)
--
Gitblit v1.8.0