hexiaojie 1 год назад
Родитель
Сommit
5cb51923ec

+ 4 - 0
GameClient/Assets/Game/HotUpdate/Platform/ShareSDK/QDShareManager.cs

@@ -95,6 +95,10 @@ namespace GFGGame
 
         public void OnShareResult(int reqID, ResponseState state, PlatformType type, Hashtable result)
         {
+            if (state == ResponseState.Success)
+            {
+                
+            }
             Debug.Log($"OnShareResult");
         }