資源簡介
asp.net 響應微信公眾號調用 例子
代碼片段和文件信息
using?System;
using?System.Configuration;
using?System.Data;
using?System.Linq;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.HtmlControls;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
using?System.xml.Linq;
using?System.IO;
using?System.xml;
using?System.Text;
using?System.Net;
public?partial?class?_Default?:?System.Web.UI.Page
{
????const?string?Token?=?“token“; //你的token
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????string?postStr?=?““;
????????Valid();????????????????????????//驗證通過后可刪除此行代碼
????????if?(Request.HttpMethod.ToLower()?==?“post“)
????????{
????????????Stream?s?=?System.Web.HttpContext.Current.Request.InputStream;
????????????byte[]?b?=?new?byte[s.Length]
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????????0??2013-01-05?17:15??logs\log.txt
?????文件?????????97??2013-01-02?18:26??index.aspx
?????文件??????22043??2013-01-05?17:15??index.aspx.cs
?????文件???????8210??2013-01-02?20:54??web.config
?????文件???????6453??2013-01-03?19:53??App_Code\dbhelp.cs
?????文件?????380928??2013-01-05?13:16??App_Data\wechat.mdb
?????目錄??????????0??2013-01-05?17:15??logs
?????目錄??????????0??2013-01-03?22:08??App_Code
?????目錄??????????0??2013-01-05?13:16??App_Data
-----------?---------??----------?-----??----
???????????????417731????????????????????9
評論
共有 條評論