0.3.0 • Published 7 years ago

2office-sms v0.3.0

Weekly downloads
34
License
MIT
Repository
github
Last release
7 years ago

Install

npm i 2office-sms --save

Usage

const Office2 = require('../')

const office2 = new Office2({
  account: 'your_2office_account',
  password: 'your_2office_password',
  servivalKey: 'your_2office_key'
})

office2.sendSms('18902xxxxxx', 'message content', 'your_channel', new Date().getTime(), 1, function (err, result) {
  return done(err)
})

Api

  • sendSms send normal sms(text message)
  • sendVoiceSms send voice sms(voice call)

Test

modify test/fixture.json, and run mocha

0.3.0

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago