Example #1
0
        public WeiXinLogin()
        {
            ThirdPartyPlatformSection cfg = ConfigManage.GetThePartyPlatform();

            if (cfg != null)
            {
                this._appID       = cfg.WXLogin.AppId;
                this._appSecret   = cfg.WXLogin.AppSecret;
                this._callBackUrl = cfg.WXLogin.CallBackUrl;
            }
        }