登录测试
This commit is contained in:
parent
ba8bea73d9
commit
f2599baa7f
@ -42,11 +42,11 @@ public class LoginPanel : Base
|
|||||||
// 创建登录请求的 body
|
// 创建登录请求的 body
|
||||||
auth_login loginBody = new auth_login
|
auth_login loginBody = new auth_login
|
||||||
{
|
{
|
||||||
grantType = "password",
|
grantType = "password",
|
||||||
clientId = "e5cd7e4891bf95d1d19206ce24a7b32e",
|
clientId = "e5cd7e4891bf95d1d19206ce24a7b32e",
|
||||||
userType = "company_user",
|
userType = "company_user",
|
||||||
username = "ZF16c788632",//"ZF16c788632",13699802230,13051628292
|
username = id.text,//"ZF16c788632",13699802230,13051628292
|
||||||
password = "YYL5371!"
|
password = pwd.text//"YYL5371!"
|
||||||
};
|
};
|
||||||
image.gameObject.SetActive (true);
|
image.gameObject.SetActive (true);
|
||||||
// 发送请求
|
// 发送请求
|
||||||
|
Loading…
Reference in New Issue
Block a user