1.1.3 • Published 7 years ago

ali-sms-callback v1.1.3

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

ali-sms-callback

aliyun sms client 阿里云通信nodejs客户端

基于 shgbit-ali-sms-api 修改

阿里云通信文档

安装

$ npm install ali-sms-callback --save

使用

const AliSms = require('ali-sms-callback');

const client = new AliSms({
  AccessKeyId: 'xxxxxxxx',
  AccessKeySecret: 'xxxxxxx'
});

const options = {
  SignName: '短信签名',
  TemplateCode: '模版编号',
  TemplateParam: '模版参数',
  PhoneNumbers:'手机号码'
};
 client.SendSms(options, function(err, data){
  ...
 })
1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago