1.0.5 • Published 5 years ago

ccp_rest_sdk_node v1.0.5

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

CCP_REST_SDK_Node

容联云短信SDK

Installation

npm install ccp_rest_sdk_node

Usage

const accountSid = '8a216da869';
const appId = '8a216da869';
const token = '56c3cd';
const sms = require('../lib/sms')(accountSid, appId, token);

async function test(){
	let result = await sms.send('1561902230', '1', [332870,1]);
	console.log(result);
}
test();
1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago