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