少年修仙传客户端代码仓库
hch
2025-06-11 10d5123588f92eef31e332c4f4016d5481ac6b22
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);
        }
    }