liyuanyuan лет назад: 4
Родитель
Сommit
f958b5efdf

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

57
         /// <returns></returns>
57
         /// <returns></returns>
58
         public ActionResult GetOpenId(WxLoginDto wld)
58
         public ActionResult GetOpenId(WxLoginDto wld)
59
         {
59
         {
60
-            wld.RedirectUrl = RequestString.GetUrlReferrer();
60
+            //wld.RedirectUrl = RequestString.GetUrlReferrer();
61
 
61
 
62
             if (string.IsNullOrEmpty(wld.OpenId))
62
             if (string.IsNullOrEmpty(wld.OpenId))
63
             {
63
             {