2.0.2 • Published 8 years ago

alisms v2.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

##阿里大鱼短信发送sdk

npm install alisms

var TopClient = require('alisms');

var client = new TopClient({ 'appkey': '阿里大鱼key', 'appsecret': '阿里大鱼secret', });

client.execute('alibaba.aliqin.fc.sms.num.send', { 'sms_type': 'normal', 'sms_free_sign_name': 'sign_name', 'sms_param': '{\"code\":\"123456\",\"product\":\"sign_name\"}', 'rec_num': '', 'sms_template_code': '' }, function(error, response) { if (!error) console.log(response); else console.log(error); })

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.0

8 years ago

0.0.1

8 years ago