From 10d5123588f92eef31e332c4f4016d5481ac6b22 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 11 六月 2025 18:14:21 +0800
Subject: [PATCH] 0312 输出测试

---
 Core/SDK/ynmbxxjUtil.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/Core/SDK/ynmbxxjUtil.cs b/Core/SDK/ynmbxxjUtil.cs
index 93082f8..394c065 100644
--- a/Core/SDK/ynmbxxjUtil.cs
+++ b/Core/SDK/ynmbxxjUtil.cs
@@ -1234,9 +1234,11 @@
     {
         BuildFreePlatformInfo(data);
 
-        DebugEx.LogFormat("sdk鐧诲綍鎴愬姛锛歿0}", data.ToJson());
+        DebugEx.LogFormat("sdk login ok data锛歿0}", data.ToJson());
+        DebugEx.Log("sdk login ok!!!!!!!!!!!!!!!!!!!!!!!1");
         if (onFreePlatformLoginOk != null)
         {
+            DebugEx.Log("!!!!!!!!!!!!!!!!onFreePlatformLoginOk");
             onFreePlatformLoginOk(FreePlatformInfo);
         }
     }

--
Gitblit v1.8.0