semaphore-nodejs:在 node.js 中使用 semaphore.co API 的小型客户端库

时间:2024-08-06 13:27:40
【文件属性】:

文件名称:semaphore-nodejs:在 node.js 中使用 semaphore.co API 的小型客户端库

文件大小:3KB

文件格式:ZIP

更新时间:2024-08-06 13:27:40

JavaScript

semaphore-nodejs 在 node.js 中使用 API 的小型客户端库 ##用法 在你的项目中安装 npm > npm install semaphore-sms 用法示例: var semaphore = require ( 'semaphore-sms' ) ; semaphore . set_api_key ( "..." ) ; semaphore . send_sms ( "09000000000" , "Test message!" , "A Sender" , function ( response ) { if ( response . status === 'success' ) { //Message sent! } } ) ##发送短信 semaphore.send_sms方法用于向 1 到 20 个收件人电话号码发送 SM


【文件预览】:
semaphore-nodejs-master
----.gitignore(27B)
----package.json(692B)
----index.js(1KB)
----README.md(1KB)
----tests()
--------test.js(621B)

网友评论