2office-sms 中文文档教程

发布于 8年前 浏览 24 项目主页 更新于 3年前

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

修改test/fixture.json,运行mocha

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

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文