ali-top-sdk

0.0.1 • Public • Published

ali-top-client

alibaba top client

Quick Examples

TopClient = require( 'ali-top-sdk' ).TopClient;
 
var client = new TopClient({
     'appkey' : 'appkey' ,
     'appsecret' : 'secret' ,
     'REST_URL' : 'gw.api.taobao.com/router/rest '
});
 
client.execute( 'alibaba.aliqin.fc.sms.num.send' , {
     'extend' : '123456' ,
     'sms_type' : 'normal' ,
     'sms_free_sign_name' : '阿里大鱼' ,
     'sms_param' : '{\"code\":\"1234\",\"product\":\"alidayu\"}' ,
     'rec_num' : '13000000000' ,
     'sms_template_code' : 'SMS_585014'
}, function(error, response) {
     if (!error) console.log(response);
     else console.log(error);
});

Package Sidebar

Install

npm i ali-top-sdk

Weekly Downloads

2

Version

0.0.1

License

none

Last publish

Collaborators

  • leoliew