protected void Submit_Click(object sender, EventArgs e)
        {
            WeiXinRedEnvelopeInfo weiXinRedEnvelopeInfo = new WeiXinRedEnvelopeInfo();

            if (this.CheckeGetWeiXinRedEnvelope(weiXinRedEnvelopeInfo))
            {
                weiXinRedEnvelopeInfo.ShareIcon = this.UploadImage();
                WeiXinRedEnvelopeProcessor.AddWeiXinRedEnvelope(weiXinRedEnvelopeInfo);
                this.txtName.Text = string.Empty;
                this.ShowMsg("代金红包促销添加成功!", true);
            }
        }