|
|
@@ -609,7 +609,7 @@ namespace CallCenterApi.Interface.Controllers.weixin
|
|
609
|
609
|
/// <returns></returns>
|
|
610
|
610
|
public ActionResult GetOpenId(WxLoginDto wld)
|
|
611
|
611
|
{
|
|
612
|
|
- wld.RedirectUrl = RequestString.GetUrlReferrer();
|
|
|
612
|
+ //wld.RedirectUrl = RequestString.GetUrlReferrer();
|
|
613
|
613
|
if (string.IsNullOrEmpty(wld.OpenId))
|
|
614
|
614
|
{
|
|
615
|
615
|
var temp = WxHelper.GetOpenId(wld);
|