meteor-nexmo-sms:将 nexmo REST api 添加到 Meteor!

时间:2021-06-29 19:30:15
【文件属性】:
文件名称:meteor-nexmo-sms:将 nexmo REST api 添加到 Meteor!
文件大小:3KB
文件格式:ZIP
更新时间:2021-06-29 19:30:15
JavaScript #nexmo-短信 ##安装 meteor add ecwyne:nexmo-sms ##用 Nexmo . initialize ( 'api_key' , 'api_secret' , 'http OR https' , 'DEBUG (boolean)' ) ; Nexmo . sendTextMessage ( '...' ) 将 DEBUG 设置为 true 将自动记录对 api 调用的响应。 库支持的 API 列表。 ###发一个短信 Nexmo.sendTextMessage(sender,recipient,message,opts,callback) ###发送二进制消息 Nexmo.sendBinaryMessage(fromnumber, tonumber,body, udh, callback); body - 十六进制编码的二进制数据 udh - 十六
【文件预览】:
meteor-nexmo-sms-master
----.versions(53B)
----nexmo-sms.js(136B)
----package.js(348B)
----.gitignore(14B)
----README.md(4KB)
----versions.json(202B)

网友评论