From 2ac0a1251b7d6ea91d298e459c7ffdf7f1222d0b Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 12 九月 2024 21:13:23 +0800
Subject: [PATCH] 0312 英文ios

---
 Project/app/src/game_813015059/java/com/secondworld/univeralsdk/H2EngineSDK.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Project/app/src/game_813015059/java/com/secondworld/univeralsdk/H2EngineSDK.java b/Project/app/src/game_813015059/java/com/secondworld/univeralsdk/H2EngineSDK.java
index 18ce941..862fb54 100644
--- a/Project/app/src/game_813015059/java/com/secondworld/univeralsdk/H2EngineSDK.java
+++ b/Project/app/src/game_813015059/java/com/secondworld/univeralsdk/H2EngineSDK.java
@@ -131,6 +131,9 @@
                 case CodeU2A.JPushRemoveLocalMessage:
                     removeNotification(_activity, _json.getInt("id"));
                     break;
+                case CodeU2A.SendRegistEvent:
+                    FreePlatformUtil.getInstance().SendRegisterEvent();
+                    break;
             }
 
         } catch (JSONException e)

--
Gitblit v1.8.0