liyuanyuan %!s(int64=4) %!d(string=hace) años
padre
commit
f958b5efdf

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

@@ -57,7 +57,7 @@ namespace CallCenterApi.Interface.Controllers.weixin
57 57
         /// <returns></returns>
58 58
         public ActionResult GetOpenId(WxLoginDto wld)
59 59
         {
60
-            wld.RedirectUrl = RequestString.GetUrlReferrer();
60
+            //wld.RedirectUrl = RequestString.GetUrlReferrer();
61 61
 
62 62
             if (string.IsNullOrEmpty(wld.OpenId))
63 63
             {