0.0.3 • Published 7 years ago

alidayu-sdk v0.0.3

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

alidayu

阿里大于发短信npm库

Usage

const TopClient = require( './topClient' ).TopClient;
const client = new TopClient({
    'appkey' : 'yourappkey' ,
    'appsecret' : 'yourappsecret' ,
    'REST_URL' : 'http://gw.api.taobao.com/router/rest'
});

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

Tests

$ node test.js

Credits

License

The MIT License

Copyright (c) 2013 Bean Li

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago