smster_ruby:通过不同提供商的短信发送服务,带来最大的便利

时间:2024-06-10 14:21:34
【文件属性】:

文件名称:smster_ruby:通过不同提供商的短信发送服务,带来最大的便利

文件大小:9KB

文件格式:ZIP

更新时间:2024-06-10 14:21:34

Ruby

斯姆斯特(Ruby) 通过不同提供商的短信发送服务,具有最大的便利性。 支持的: 用法 安装gem: gem install smster_ruby 遵循指示: 预习 添加配置文件config/initializers/smster.rb : Smster . configure do | config | ## Clickatell config . clickatell_authorization_code = API_KEY end 并发送短信: require 'smster' Sms :: Clickatell . send_sms ( to : $phone , text : $text ) 反馈 请使用或将邮件发送至 。


【文件预览】:
smster_ruby-master
----Rakefile(127B)
----test()
--------sms_uslugi_test.rb(806B)
--------clickatell_test.rb(744B)
--------nexmo_test.rb(705B)
--------smsru_test.rb(1KB)
--------test_helper.rb(235B)
----LICENSE(1KB)
----.gitignore(634B)
----lib()
--------smster.rb(459B)
--------smster()
----README.md(966B)

网友评论