浏览代码

公用机提交

hexiaojie 1 年之前
父节点
当前提交
5cb51923ec
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      GameClient/Assets/Game/HotUpdate/Platform/ShareSDK/QDShareManager.cs

+ 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");
         }