登录测试

This commit is contained in:
huyulong 2024-12-30 10:49:53 +08:00
parent ba8bea73d9
commit f2599baa7f

View File

@ -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);
// 发送请求