From f2599baa7f9a7ef942548e5173c4cc9cef3cea37 Mon Sep 17 00:00:00 2001 From: huyulong <1838407198@qq.com> Date: Mon, 30 Dec 2024 10:49:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xiaofang/Assets/Script/loginScripts/LoginPanel.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); // 发送请求