From ffc5cd16caa3c92941504092e179042858019074 Mon Sep 17 00:00:00 2001 From: milimoe Date: Fri, 17 Jan 2025 01:10:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86=E5=8C=BF=E5=90=8D?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8=E4=BB=A4=E7=89=8C=E7=A1=AE=E8=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Library/Tests/WebSocketTest.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Library/Tests/WebSocketTest.cs b/Library/Tests/WebSocketTest.cs index 75147c6..94954ef 100644 --- a/Library/Tests/WebSocketTest.cs +++ b/Library/Tests/WebSocketTest.cs @@ -56,7 +56,9 @@ namespace Milimoe.FunGame.Testing.Tests } if (str == "wstest") { - await HTTPClient.Send(SocketMessageType.AnonymousGameServer, OshimaGameModuleConstant.Anonymous); + Dictionary data = []; + data["access_token"] = "1"; + await HTTPClient.Send(SocketMessageType.AnonymousGameServer, OshimaGameModuleConstant.Anonymous, data); } if (str == "scadd") {