This commit is contained in:
huyulong 2024-12-30 23:50:05 +08:00
parent d1522b50cf
commit efad999c5a
2 changed files with 1 additions and 2 deletions

View File

@ -42,7 +42,6 @@ public class test : MonoBehaviour
data.UserId = GlobalData.ServerData.data.userId ;
data.Account = GlobalData.ServerData.data.openId;
WSMessage msg = new WSMessage();
msg.Module = "hall";
msg.ServiceName = "Login";

View File

@ -59,7 +59,7 @@ public class LoginPanel : Base
// 将登录响应数据保存到静态变量中
GlobalData.ServerData = serverData;
test.lodingWebSocket();
//test.lodingWebSocket();
// 打印 access_token
Debug.Log(serverData.data.access_token);