文章分类 -  API接口

摘要:<%@ WebHandler Language="C#" Class="WeixinInterface" %>using System;using System.Web;public class WeixinInterface : IHttpHandler{HttpContext context = null;string postStr = "";public void ProcessRequest(HttpContext param_context){context = param_context;//以写日志为荣,以 阅读全文
posted @ 2013-05-14 22:59 rexq 阅读(220) 评论(0) 推荐(0)
摘要:http://pm25.in/api_doc 阅读全文
posted @ 2013-05-14 22:45 rexq 阅读(105) 评论(0) 推荐(0)