lcl 1 неделя назад
Родитель
Сommit
6d2432823c
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Areas/Api/Controllers/v1/MainServer/MerchantInfoController.cs

+ 2 - 2
Areas/Api/Controllers/v1/MainServer/MerchantInfoController.cs

@@ -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 = "登录密码不正确" });
                 }