client_Hale
2019-02-21 a04e77430cf4eb1432abf61a99e3dcb745ca0f66
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)