From 7df52c959f88acbd931847f2a48d8b5c0e5a524f Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期六, 15 六月 2019 17:22:35 +0800
Subject: [PATCH] update 易乐头条,热云参数修改, 新appid的sdk库生成
---
Project/yl_sdk/src/game_ylgame/java/com/secondworld/univeralsdk/H2EngineSDK.java | 9 ++++++---
1 files changed, 6 insertions(+), 3 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..a65e3a3 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;
@@ -165,6 +165,9 @@
break;
case CodeU2A.JPushRemoveLocalMessage:
removeNotification(_activity, _json.getInt("id"));
+ break;
+ case CodeU2A.SendRegistEvent:
+ YLPlatformUtil.getInstance().SendRegisterEvent();
break;
}
@@ -372,7 +375,7 @@
_msgStruct.clear();
_msgStruct.put("code", CodeA2U.SdkInitComplete);
- _msgStruct.put("channelPlatform", "mr");
+ _msgStruct.put("channelPlatform", "yl");
UniversalUtil.sendMessageToUnity(_msgStruct);
LogUtil.i(TAG, "鍒濆鍖栨墽琛屽畬姣�");
--
Gitblit v1.8.0