client_Hale
2019-06-15 122727e03ea4971a2da38a9ba73cb38f15fb4831
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, "初始化执行完毕");