hch
2023-11-28 1e40b013117a9495f094fd6873a699dd7c7d4d97
Project/js_sdk/src/game_jisugame/java/com/secondworld/univeralsdk/H2EngineSDK.java
@@ -138,6 +138,9 @@
                case CodeU2A.JPushRemoveLocalMessage:
                    removeNotification(_activity, _json.getInt("id"));
                    break;
                case CodeU2A.SendRegistEvent:
                    JSPlatformUtil.getInstance().SendRegisterEvent();
                    break;
            }
        } catch (JSONException e)