zhoufan лет назад: 3
Родитель
Сommit
697a0bc9f7

+ 1 - 1
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/weixin/WxLoginController.cs

@@ -75,7 +75,7 @@ namespace CallCenterApi.Interface.Controllers.weixin
75 75
         /// <returns></returns>
76 76
         public ActionResult GetOpenId(WxLoginDto wld)
77 77
         {
78
-            wld.RedirectUrl = RequestString.GetUrlReferrer();
78
+            //wld.RedirectUrl = RequestString.GetUrlReferrer();
79 79
 
80 80
             if (string.IsNullOrEmpty(wld.OpenId))
81 81
             {