hch
2023-12-27 c75f78fa2e960081c9fa35ace237752b1cff230b
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)