更新了匿名服务器令牌确认

This commit is contained in:
milimoe 2025-01-17 01:10:30 +08:00
parent dcbcdd17fa
commit ffc5cd16ca
Signed by: milimoe
GPG Key ID: 05D280912DA6C69E

View File

@ -56,7 +56,9 @@ namespace Milimoe.FunGame.Testing.Tests
} }
if (str == "wstest") if (str == "wstest")
{ {
await HTTPClient.Send(SocketMessageType.AnonymousGameServer, OshimaGameModuleConstant.Anonymous); Dictionary<string, object> data = [];
data["access_token"] = "1";
await HTTPClient.Send(SocketMessageType.AnonymousGameServer, OshimaGameModuleConstant.Anonymous, data);
} }
if (str == "scadd") if (str == "scadd")
{ {