ytx
v0.0.2
Published
云通讯Nodejs实现
Downloads
9
Readme
云通讯nodejs实现 目前只实现了SMS部分
使用方式:
var ytx = require('yuntongxun');
ytx.initServer('app.cloopen.com', 8883, '2013-12-26');
ytx.initApp(YOUR_APP_ID);
ytx.initAccount(YOUR_ACCOUNT_SECURE_ID, YOUR_ACCOUNT_TOKEN);