소스 검색

公用机提交

beiguoxia 3 년 전
부모
커밋
5348d6a20c
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      GameClient/Assets/Game/Launcher/Net/Http/HttpTool.cs
  2. BIN
      GameClient/Assets/ResIn/Config/excelConfig.sqlite.bytes

+ 2 - 2
GameClient/Assets/Game/Launcher/Net/Http/HttpTool.cs

@@ -42,7 +42,7 @@ namespace GFGGame
         public IEnumerator PostRequest(string prefixUrl, string methodName, string jsonString, Action<string> callback)
         {
             string url = prefixUrl + methodName;
-            // Debug.Log(string.Format("post url:{0} postData:{1}", url, jsonString));
+             Debug.Log(string.Format("post url:{0} postData:{1}", url, jsonString));
             using (UnityWebRequest webRequest = new UnityWebRequest(url, "POST"))
             {
                 byte[] bodyRaw = Encoding.UTF8.GetBytes(jsonString);
@@ -74,7 +74,7 @@ namespace GFGGame
             }
             else
             {
-                // Debug.Log("from server " + webRequest.downloadHandler.text + "\nby " + tag);
+                 Debug.Log("from server " + webRequest.downloadHandler.text + "\nby " + tag);
                 paramCallback = webRequest.downloadHandler.text;
                 //paramCallback = System.Text.Encoding.UTF8.GetString(webRequest.downloadHandler.data, 3, webRequest.downloadHandler.data.Length - 3);
                 callback?.Invoke(paramCallback);

BIN
GameClient/Assets/ResIn/Config/excelConfig.sqlite.bytes