diff --git a/xiaofang/Assets/Script/loginScripts/LoginPanel.cs b/xiaofang/Assets/Script/loginScripts/LoginPanel.cs index b2b5a24b..0bd4e500 100644 --- a/xiaofang/Assets/Script/loginScripts/LoginPanel.cs +++ b/xiaofang/Assets/Script/loginScripts/LoginPanel.cs @@ -42,11 +42,11 @@ public class LoginPanel : Base // 创建登录请求的 body auth_login loginBody = new auth_login { - grantType = "password", + grantType = "password", clientId = "e5cd7e4891bf95d1d19206ce24a7b32e", userType = "company_user", - username = "ZF16c788632",//"ZF16c788632",13699802230,13051628292 - password = "YYL5371!" + username = id.text,//"ZF16c788632",13699802230,13051628292 + password = pwd.text//"YYL5371!" }; image.gameObject.SetActive (true); // 发送请求