调用示例:
protected void btnPost_Click(object sender, EventArgs e)
{
string data = "{ \"touser\":\"" + OPENID + "\", \"msgtype\":\"news\", \"news\": {\"articles\": [{ \"title\":\"" + title + "\",\"description\":\"" + description + "\",\"url\":\"" + TurnUrl + "\",\"picurl\":\"" + PicUrl + "\" ]}}";
string json = Post(URL, data);
//获取返回结果信息