From 54523ae3100856ecb0b7b42c6abe15c1cfd3e6cb Mon Sep 17 00:00:00 2001 From: shenjianxing <”315615051@qq.com“> Date: Mon, 21 Apr 2025 17:10:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/WebPlatform/LaiYiTe/LYTWebGLHelper.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/WebPlatform/LaiYiTe/LYTWebGLHelper.cs b/Assets/WebPlatform/LaiYiTe/LYTWebGLHelper.cs index dfbed5b..1bc743a 100644 --- a/Assets/WebPlatform/LaiYiTe/LYTWebGLHelper.cs +++ b/Assets/WebPlatform/LaiYiTe/LYTWebGLHelper.cs @@ -142,7 +142,6 @@ public class LYTWebGLHelper : MonoBehaviour Debug.LogError("ϴӿڵַ:" + uploadUrl); yield break; } - Debug.LogError("ϴ:" + json); using (UnityWebRequest request = new UnityWebRequest(uploadUrl, "POST")) { request.SetRequestHeader("Content-Type", "application/json");