Browse Source

公用机提交

hexiaojie 1 năm trước cách đây
mục cha
commit
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");
         }