alidayu-sdk

0.0.3 • Public • Published

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

Package Sidebar

Install

npm i alidayu-sdk

Weekly Downloads

1

Version

0.0.3

License

ISC

Last publish

Collaborators

  • warfrog