fpm-plugin-sms
v1.0.0
Published
A sms Plugin
Downloads
11
Readme
FPM-PLUGIN-SMS
用于短信群发的插件
Install
yarn add fpm-plugin-smsBasic Info
- Run Action Hook Name:
BEFORE_SERVER_START - ExtendModule Name:
sms - Exception
- [x]
SMSconst E = { SMS: { SEND_ERROR: { errno: -10011, code: 'SEND_ERROR', message: 'the sms server refused the send request' }, OPERATE_ERROR: { errno: -10012, code: 'OPERATE_ERROR', message: 'the sms server refused the send request' } } }
- [x]
getDependencies()- [x]
[]
- [x]
- The Reference Of The
Bind()Method An BizModule Object Contains 1 Functions- [ ]
send
- [ ]
Useage
Set option in
config.jsonOf your project{ //... "juheSms": { "appkey": "********************" } }Call The Function
sms.send{ tpl_id: 39012, // The template Id In Juhe.CN you can set it At [https://www.juhe.cn/sms](https://www.juhe.cn/sms) mobiles: '13770683580', // The Phone Numbers tpl_value: {number: 11111} // The Content Of The Message }
