npm 包 node_freesms 使用教程

阅读时长 3 分钟读完

介绍

node_freesms 是一个免费的短信发送库,可以帮助前端开发者快速地集成短信发送功能到其应用中。node_freesms 使用 RESTful API 进行通信,并支持多家短信服务提供商(如云片、阿里云等),通过配置即可灵活地使用各大短信服务提供商的服务。

安装

node_freesms 可以通过 npm 安装:

使用 Node.js:

-- -------------------- ---- -------
----- ------- - ------------------------

----- ------ - -
    --------- ---------- -- -------
    ------- ------------- -- -------- --- ---
--

----- ------ - --- ----------------

-------------
    ------- --------------
    ----- -----------------------
--
--------- -- -
    -------------------- ---------
--
---------- -- -
    ---------------------- ---------
---

配置

为了使用 node_freesms,需要先配置短信服务提供商的 API KEY,如下所示:

支持的 provider 有:

API

client.send()

client.send(options) 方法用于发送短信:

  • mobile:String,必需,接收短信的手机号码;
  • text:String,必需,发送短信的内容。

调用 client.send() 方法:

-- -------------------- ---- -------
-------------
    ------- --------------
    ----- -----------------------
--
--------- -- -
    -------------------- ---------
--
---------- -- -
    ---------------------- ---------
---

总结

以上就是 node_freesms 使用教程的内容。通过本篇文章的介绍,我们知道了如何使用 node_freesms 库来集成短信发送功能到我们的应用中。同时,我们也学习了如何配置短信服务提供商的 API KEY,以及如何使用 client.send() 方法发送短信。希望本文对您有所帮助!

来源:JavaScript中文网 ,转载请注明来源 https://www.javascriptcn.com/post/60055ff481e8991b448ddc38

纠错
反馈