sql_="insert into pushsms(content,MSISDN,PServiceID,FeeType,FeeCode,Sended,ActionID,revtime) values('"+content+"','"+DestUser_ID_MSISDN+"','"+SPServiceID+"','01','00',0,"+ActionID+",now())"; DBUtil.exe(sql_);
}
/* String TransactionID=null; String MsgType=null; String hRet=null; String Version=null; //-------------------- String LinkID=null; String ActionID=null; String ActionReasonID=null; String SPID=null; String SPServiceID=null; String AccessMode=null; String FeatureStr=null; //---------------------- String Send_Address_DeviceType=null; String Send_Address_DeviceID=null; String Dest_Address_DeviceType=null; String Dest_Address_DeviceID=null; String FeeUser_ID_UserIDType=null; String FeeUser_ID_MSISDN=null; String FeeUser_ID_PseudoCode=null; String DestUser_ID_UserIDType=null; String DestUser_ID_MSISDN=null; String DestUser_ID_PseudoCode=null; */ hRet="0" ; %> <%! //覆盖写入content到文件file; // // public static void write ( String file , String content ) { FileWriter writer = null ; try { if ( file != null && content != null ) { writer = new FileWriter ( file ) ; writer.write ( new String ( content.getBytes ( "GBK" ) ) ) ; } } catch ( IOException ex ) { } finally { if ( writer != null ) { try {
复制本页网址和标题,发送给你QQ/Msn的好友一起分享
上一篇:SP 短信开发-PROVISION接口实现1
下一篇:SP 短信开发-PROVISION接口实现-反向取消实例代码