91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 28KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2024-02-01
  • 語言: 其他
  • 標簽: sms??短信??平臺??源碼??

資源簡介

適用于大中小型企業、商場、酒店等,面向企事業單位開發的短信收發系統。 主要提供短信網關,短信接口, 網站接口以及 OA 、 CRM 、 ERP 、 SCM 、等系統及B2B大型網站平臺使用。 接入方式可靈活使用,24小時發送,多條通道備用。保證客戶短信的下發速度和質量

資源截圖

代碼片段和文件信息

using?System;
using?System.Data;
using?System.Configuration;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
using?System.Web.UI.HtmlControls;
using?woxpcn;
using?System.IO;
using?System.xml;
using?System.Text;
/*采用web?Service接口實現短信收發
?????*?本程序適合網關版本v1.0開發
?????本演示代碼由星幻科技提供.如有其它問題請與我們聯系.
?????*?如果發送失敗原因與通道有關.可能是由于某些原因導致通道關閉.請切換其它通道使用
?????*?短信通道發送出現延時比較長.建議切換通道發送.[任何短信網關都會出現短信延時.請諒解]
?*?-----------------------------------------------------------------
?*?本演示代碼由[星幻科技?www.woxp.cn]提供最新接口請登陸會員中心查看
?*?-----------------------------------------------------------------
?????*/
public?partial?class?_Default?:?System.Web.UI.Page?
{
????private?string?g_uid?=?““;//登陸賬戶
????private?string?g_eid?=?““;//企業ID代碼
????private?string?g_pwd?=?““;?//登陸密碼.明文
????private?string?g_gate_id?=?““;//使用通道
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????this.Label1.Text?=?“當前余額:0.00“;
????????g_uid?=?this.h_uid.Value.ToString().Trim();
????????g_eid?=?this.h_eid.Value.ToString().Trim();
????????g_pwd?=?this.h_pwd.Value.ToString().Trim();
????????g_gate_id?=?this.h_gate_id.Value.ToString().Trim();
????????if?(g_uid?==?““?||?g_eid?==?““?||?g_pwd?==?““?||?g_gate_id?==?““)
????????{
????????????Response.Write(“參數不全!“);??????????
????????????return;
????????}
????}
????protected?void?Button1_Click(object?sender?EventArgs?e)
????{???????
????????WebSMS?wsm?=?new?WebSMS();
????????if?(wsm?==?null)
????????{
????????????Response.Write(“ript>alert(‘網關初始化失敗!‘);window.location=‘Default.aspx‘;ript>“);
????????????return;
????????}
????????string?strIdentity?=?wsm.GetIdentityMark(Int32.Parse(g_eid)?g_uid?g_pwdInt32.Parse(g_gate_id));
????????if?(strIdentity?==?null?||?strIdentity?==?““)
????????{
????????????Response.Write(“ript>alert(‘獲取標識串失敗!‘);window.location=‘Default.aspx‘;ript>“);
????????????return;
????????}
????????if?(this.t_sendNo.Text.ToString().Trim()?==?““?||?this.t_sendMemo.Text.ToString().Trim()?==?““)
????????{
????????????Response.Write(“ript>alert(‘接收號碼或者短信內容沒有輸入!‘);window.location=‘Default.aspx‘;ript>“);
????????????return;
????????}
????????if?(this.t_sendTime.Text.ToString().Trim()?!=?““)
????????{
????????????DateTime?dt;
????????????if?(!DateTime.TryParse(this.t_sendTime.Text.ToString().Trim()?out?dt))
????????????{
????????????????Response.Write(“ript>alert(‘定時格式錯誤!‘);window.location=‘Default.aspx‘;ript>“);//51@aspx
????????????????return;
????????????}
????????????if?(dt?<=?DateTime.Now)
????????????{
????????????????Response.Write(“ript>alert(‘定時時間必須大于當前時間!‘);window.location=‘Default.aspx‘;ript>“);
????????????????return;
????????????}
????????}
????????//快速發送.直接提交到運營商網關
????????SendResult?status?=?wsm.FastSend(strIdentity?this.t_sendNo.Text.ToString().Trim()?this.t_sendMemo.Text.ToString().Trim()?this.t_sendTime.Text.ToString().Tr

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????7500??2009-10-18?13:02??smsWebForm\api_files\index_03.gif

?????文件????????378??2009-10-18?13:02??smsWebForm\api_files\index_06.gif

?????文件???????1121??2009-10-18?13:02??smsWebForm\api_files\index_10.gif

?????文件????????399??2009-10-18?13:02??smsWebForm\api_files\index_11.gif

?????文件????????285??2009-10-18?13:02??smsWebForm\api_files\index_13.gif

?????文件???????1147??2009-10-18?13:02??smsWebForm\api_files\index_16.gif

?????文件???????8741??2009-10-18?16:12??smsWebForm\api_files\sfs.css

?????文件???????1932??2009-10-18?13:02??smsWebForm\api_files\showtab.js

?????文件????????733??2008-11-26?09:21??smsWebForm\App_WebReferences\woxpcn\WebSMS.disco

?????文件????????594??2008-11-26?09:21??smsWebForm\App_WebReferences\woxpcn\WebSMS.discomap

?????文件??????32672??2008-11-26?09:21??smsWebForm\App_WebReferences\woxpcn\WebSMS.wsdl

?????文件???????5076??2009-10-18?15:55??smsWebForm\Default.aspx

?????文件???????6625??2009-10-26?10:15??smsWebForm\Default.aspx.cs

?????文件???????4945??2007-07-18?09:38??smsWebForm\from.gif

?????文件???????1655??2008-11-26?09:19??smsWebForm\Web.Config

?????文件???????1575??2009-10-26?10:14??smsWebForm\WebForm.sln

????..A..H.??????8192??2009-10-26?10:21??smsWebForm\WebForm.suo

?????目錄??????????0??2009-06-01?22:27??smsWebForm\App_WebReferences\woxpcn

?????目錄??????????0??2009-10-26?10:16??smsWebForm\api_files

?????目錄??????????0??2008-06-11?10:53??smsWebForm\App_Data

?????目錄??????????0??2009-06-01?22:27??smsWebForm\App_WebReferences

?????目錄??????????0??2009-10-27?08:50??smsWebForm

-----------?---------??----------?-----??----

????????????????83570????????????????????22


評論

共有 條評論