資源簡介
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\sc
?????文件?????168792??2010-05-04?06:45??webchat\sc
?????文件??????71922??2010-05-04?06:45??webchat\sc
?????文件????????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\st
?????文件???????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\sc
............此處省略5個文件信息
- 上一篇:C# TCP服務器代碼(支持多用戶鏈接)
- 下一篇:Winform抽獎程序
評論
共有 條評論