소스 검색

公用机提交

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