|
@@ -990,9 +990,9 @@ namespace MySystem.Areas.Api.Controllers.v1
|
|
|
string Mobile = data["Mobile"].ToString(); //手机号
|
|
|
string LoginPwd = data["LoginPwd"].ToString(); //登录密码
|
|
|
Dictionary<string, object> Obj = new Dictionary<string, object>();
|
|
|
- if (Mobile == "13802211996")
|
|
|
+ if (Mobile == "14781419364")
|
|
|
{
|
|
|
- if (LoginPwd != "kxs2022")
|
|
|
+ if (LoginPwd != "123456")
|
|
|
{
|
|
|
return Json(new AppResultJson() { Status = "-1", Info = "登录密码不正确" });
|
|
|
}
|