摘要:
JSusing System;using System.Web;using GIS.Service;using System.Text;public class Handler : IHttpHandler, System.Web.SessionState.IReadOnlySessionState{ public void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/plain"; context.Response.Cache.SetNoStore... 阅读全文
摘要:
/// 手机号码 /// 短信内容 /// 账号 /// 密码 /// 返回值 /// 1则成功 private static string SendMsgByRuiHua(string phone, string content, string UserID, string PassWord, ref string result) { string contents = System.Web.HttpUtility.UrlEncode(content, System.Text.Encoding.GetEncoding("UTF-8")); string strSend = 阅读全文