0.0.2 • Published 9 years ago

hezhong v0.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

合众平台短信API

基于typescript,三网合一平台。1069***

使用

var mess=require("./index");

var client = new mess({
    unitid:"test",
    username:"test",
    passwd:"test"
});

client.sendSms("12345678910","【签名】第一条测试短信");

client.sendGroupSms(["12345678911","12345678910"],"【签名】第一条测试短信");

注意事项

由于是三网合一的通道,所以短信内容的签名一定要和备案的相同。

0.0.2

9 years ago

0.0.1

9 years ago