This commit is contained in:
huyulong 2024-12-31 00:01:02 +08:00
parent 326fa19a13
commit 99307ec5c9

View File

@ -45,7 +45,7 @@ public class LoginPanel : Base
grantType = "password", grantType = "password",
clientId = "e5cd7e4891bf95d1d19206ce24a7b32e", clientId = "e5cd7e4891bf95d1d19206ce24a7b32e",
userType = "company_user", userType = "company_user",
username = v,//"ZF16c788632",13699802230,13051628292 username = id.text,//"ZF16c788632",13699802230,13051628292
password = pwd.text//"YYL5371!" password = pwd.text//"YYL5371!"
}; };
image.gameObject.SetActive (true); image.gameObject.SetActive (true);