91极品蜜桃臀在线播放-91黄色软件-91黄色短视频-91好色视频-污片在线免费看-污黄网站

NODE.JS

NODE.JS代碼示例

/* *
 * 接口類型:達信通觸發短信接口,支持發送驗證碼短信、訂單通知短信等。
 * 賬戶注冊:請通過該地址開通賬戶http://sms.wx96.com/register.html
 * 注意事項:
*(1)調試期間,請用默認的模板進行測試,默認模板詳見接口文檔;
 *(2)請使用 用戶名 及 APIkey來調用接口,APIkey在會員中心可以獲取;
*(3)該代碼僅供接入達信通短信接口參考使用,客戶可根據實際需要自行編寫;
*/
 
/**
 * Created by XadillaX on 14-2-12.
 * https://github.com/XadillaX/wx96106js
*/ String.prototype.replaceAll = function(reallyDo, replaceWith, ignoreCase) { if (!RegExp.prototype.isPrototypeOf(reallyDo)) { return this.replace(new RegExp(reallyDo, (ignoreCase ? "gi": "g")), replaceWith); } else { return this.replace(reallyDo, replaceWith); } }; var dom = require('xmldom').DOMParser; var _baseUri = "http://106.wx96.com/webservice/sms.php?method=Submit";
var _userAgent = "node-wx96106-module by 死月 ([email protected])";
/** * wx96 constructure.
* @param account * @param password 查看密碼請登錄用戶中心->驗證碼、通知短信->帳戶及簽名設置->APIKEY */ var wx96 = function(account, password) {
this.spidex = require("spidex"); this.spidex.setDefaultUserAgent(_userAgent); this.account = account; this.password = password; }; /** * send an SMS. * @param mobile * @param content * @param callback */ wx96.prototype.send = function(mobile, content, callback) { var data = { account : this.account, password : this.password, mobile : mobile, content : content }; this.spidex.post(_baseUri, function(html, status) { if(status !== 200) { callback(new Error("短信發送服務器響應失敗。")); return; } html = html.replaceAll("\r", ""); html = html.replaceAll("\n", ""); html = html.replaceAll(" xmlns=\"http://106.wx96.com/\"", "");
//console.log(html); var doc = new dom().parseFromString(html); var result = doc.lastChild; var json = {}; for(var node = result.firstChild; node !== null; node = node.nextSibling) { json[node.tagName] = node.firstChild.data; } //console.log(json); if(json.code == "2") { callback(null, json.smsid); } else { callback(new Error(json.msg, parseInt(json.code))); } }, data, "utf8").on("err", function(e) { callback(e); }); }; module.exports = wx96;
在線咨詢
電話咨詢

服務熱線:

4008 808 898

服務熱線(工作時間):

4008 808 898

業務咨詢(非工作時間):

4008 808 898

售后咨詢(非工作時間):

4008 808 898

主站蜘蛛池模板: 久久精品视频免费观看 | 99久久99久久精品免费看子 | 亚洲国产成人久久一区www | 高清性色生活片欧美 | 欧美日韩亚洲区久久综合 | 91精品国产高清久久久久久91 | 欧美巨大精品欧美一区二区 | 久久久久一 | 精品视频一区二区三区在线播放 | 99热这里只有免费国产精品 | 综合在线视频精品专区 | 在线视频久草 | 全网毛片免费 | 欧美视频一区二区三区四区 | 亚洲国产99999在线精品一区 | 2021色噜噜狠狠综曰曰曰 | 毛片黄色| 色天天天天 | 成人免费黄色网址| 黄色一级毛片免费看 | 在线看毛片网站 | 亚洲人成网男女大片在线播放 | 国产高清视频免费观看 | 欧美色影视 | 伊人色影院 | 天天干天天干天天干天天干天天干 | 久久精品亚洲一级毛片 | 丝袜诱惑一区 | 亚洲专区一| 大黄毛片 | 亚洲丝袜一区二区 | 精品视频在线看 | 四虎精品国产一区二区三区 | 我就色色综合网 | 亚洲全黄 | 日本一区二区三区在线观看视频 | 国产福利2021最新在线观看 | 99热这里只有精品国产在热久久 | 免费污视频在线 | 91精品国产入口 | 最近中文字幕无免费视频 |