mirror of
https://github.com/milimoe/FunGame-Testing.git
synced 2025-12-05 08:09:04 +00:00
更新了匿名服务器令牌确认
This commit is contained in:
parent
dcbcdd17fa
commit
ffc5cd16ca
@ -56,7 +56,9 @@ namespace Milimoe.FunGame.Testing.Tests
|
||||
}
|
||||
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")
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user