• 大小: 0.26M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-25
  • 语言: C#
  • 标签: 群发  C#  微信  c  消息  

资源简介

C# 微信公共号群发消息

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Net;
using System.Text;
using System.IO;
public partial class index1 : System.Web.UI.Page
{
    protected void Page_Load(object sender EventArgs e)
    {

    }
    protected void btnConfirm_Click(object sender EventArgs e)
    {
        string name = txtName.Text;
        string pass = txtPass.Text;

        if (WeiXinLogin.ExecLogin(name pass))
        {
            Response.Write(“登陆成功“);
            Response.Redirect(“SendMessage.aspx“);
            
        }
        else
        {
            Response.Write(“登陆失败“);
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       4434  2013-06-27 11:05  webchat\Account\ChangePassword.aspx

     文件        296  2013-06-27 11:05  webchat\Account\ChangePassword.aspx.cs

     文件        494  2013-06-27 11:05  webchat\Account\ChangePasswordSuccess.aspx

     文件        303  2013-06-27 11:05  webchat\Account\ChangePasswordSuccess.aspx.cs

     文件       3056  2013-06-27 11:05  webchat\Account\Login.aspx

     文件        412  2013-06-27 11:05  webchat\Account\Login.aspx.cs

     文件       5680  2013-06-27 11:05  webchat\Account\Register.aspx

     文件        814  2013-06-27 11:05  webchat\Account\Register.aspx.cs

     文件        330  2013-06-27 11:05  webchat\Account\Web.config

     文件       2151  2013-07-01 14:25  webchat\App_Code\WeiXin.cs

     文件       4110  2013-07-01 14:28  webchat\App_Code\WeiXinLogin.cs

     文件        357  2013-06-28 15:56  webchat\App_Code\WeiXinRetInfo.cs

     文件     373760  2012-08-01 17:19  webchat\Bin\Newtonsoft.Json.dll

     文件        130  2013-06-27 11:15  webchat\Bin\Newtonsoft.Json.dll.refresh

     文件       1282  2013-06-28 09:58  webchat\index1.aspx

     文件        750  2013-07-01 09:02  webchat\index1.aspx.cs

     文件     239835  2010-05-04 06:45  webchat\scripts\jquery-1.4.1-vsdoc.js

     文件     168792  2010-05-04 06:45  webchat\scripts\jquery-1.4.1.js

     文件      71922  2010-05-04 06:45  webchat\scripts\jquery-1.4.1.min.js

     文件        998  2013-06-28 17:09  webchat\SendMessage.aspx

     文件       3365  2013-07-01 13:56  webchat\SendMessage.aspx.cs

     文件       2259  2013-06-27 11:05  webchat\Site.master

     文件        290  2013-06-27 11:05  webchat\Site.master.cs

     文件       4258  2010-05-04 06:45  webchat\styles\Site.css

     文件       1825  2013-06-27 12:47  webchat\Web.config

     目录          0  2013-07-01 14:29  webchat\Account

     目录          0  2013-07-01 14:29  webchat\App_Code

     目录          0  2013-06-27 11:05  webchat\App_Data

     目录          0  2013-07-01 14:29  webchat\Bin

     目录          0  2013-07-01 14:29  webchat\scripts

............此处省略5个文件信息

评论

共有 条评论