瀏覽代碼

13802211996改为14781419364

lcl 1 周之前
父節點
當前提交
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 = "登录密码不正确" });
                 }