111
This commit is contained in:
parent
6106fb7d9c
commit
a1c6cfe735
|
@ -72,7 +72,7 @@
|
||||||
|
|
||||||
[WebMethod]
|
[WebMethod]
|
||||||
public static string LoginPost(string user, string pwd)
|
public static string LoginPost(string user, string pwd)
|
||||||
{
|
{
|
||||||
return new Login().btnLogin_Click(user, pwd);
|
return new Login().btnLogin_Click(user, pwd);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue