1.0.5 • Published 4 years ago

ccp_rest_sdk_node v1.0.5

Weekly downloads
3
License
ISC
Repository
github
Last release
4 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

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago