Browse Source

13802211996改为14781419364

lcl 1 tuần trước cách đây
mục cha
commit
6d2432823c

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