From bc8c2d140d37f8370f3cb18d084cde1ef8f15e71 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 19 十二月 2024 22:08:47 +0800
Subject: [PATCH] 0312 补充google ads

---
 SdkProject/plugins/x7sm/java/com/secondworld/sdk/command/CmdPlatformLogout.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/SdkProject/plugins/x7sm/java/com/secondworld/sdk/command/CmdPlatformLogout.java b/SdkProject/plugins/x7sm/java/com/secondworld/sdk/command/CmdPlatformLogout.java
index 50b87c3..1e2745a 100644
--- a/SdkProject/plugins/x7sm/java/com/secondworld/sdk/command/CmdPlatformLogout.java
+++ b/SdkProject/plugins/x7sm/java/com/secondworld/sdk/command/CmdPlatformLogout.java
@@ -15,5 +15,6 @@
     @Override
     public void process(JSONObject json) throws Exception {
         SMPlatformManager.getInstance().smExitCurrent();
+        SMPlatformManager.getInstance().loginOut();
     }
 }

--
Gitblit v1.8.0