摘要:
public void valid() { string echostr = Request.QueryString["echostr"]; if (!string.IsNullOrEmpty(echostr)) { if (checkSignature()) { Response.Write(echostr); Response.End(); } ... 阅读全文
posted @ 2013-10-10 15:54
王者杂货铺
阅读(617)
评论(0)
推荐(0)

浙公网安备 33010602011771号