hezhong

0.0.2 • Public • Published

合众平台短信API

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

使用

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

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

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

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

注意事项

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

Readme

Keywords

Package Sidebar

Install

npm i hezhong

Weekly Downloads

2

Version

0.0.2

License

ISC

Last publish

Collaborators

  • liu11hao11