Bladeren bron

修改微信

zhoufan 3 jaren geleden
bovenliggende
commit
697a0bc9f7

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

75
         /// <returns></returns>
75
         /// <returns></returns>
76
         public ActionResult GetOpenId(WxLoginDto wld)
76
         public ActionResult GetOpenId(WxLoginDto wld)
77
         {
77
         {
78
-            wld.RedirectUrl = RequestString.GetUrlReferrer();
78
+            //wld.RedirectUrl = RequestString.GetUrlReferrer();
79
 
79
 
80
             if (string.IsNullOrEmpty(wld.OpenId))
80
             if (string.IsNullOrEmpty(wld.OpenId))
81
             {
81
             {