1.0.1 • Published 7 years ago

alidayu-sms v1.0.1

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

Alidayu SMS

Install

npm i alidayu-sms --save

Usage

const Alidayu = require('alidayu-sms');
const alidayu = new Alidayu(clientOption, smsOption);

alidayu.send({
    name: 'gavinning',
    time: '2016-11-11 11:11:11',
    tel: 13000000000
})
.then(res => console.log(res))
.catch(err => console.error(err))

clientOption

{
     'appkey' : 'appkey' ,
     'appsecret' : 'secret' ,
     'REST_URL' : ' http://gw.api.taobao.com/router/rest '
}

smsOption

{
     'extend' : '' ,
     'sms_type' : 'normal' ,
     'sms_free_sign_name' : '' ,
     'sms_param' : "" ,
     'rec_num' : '13000000000' ,
     'sms_template_code' : ""
}
1.0.1

7 years ago

1.0.0

7 years ago