hch
2022-04-13 a196f4fc356c31cf855659e9dd56045328ff1823
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)