1.0.0 • Published 8 years ago
fpm-plugin-sms v1.0.0
FPM-PLUGIN-SMS
用于短信群发的插件
Install
yarn add fpm-plugin-smsBasic Info
- Run Action Hook Name:
BEFORE_SERVER_START - ExtendModule Name:
sms - Exception
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' } } }
getDependencies()[]
- The Reference Of The
Bind()Method An BizModule Object Contains 1 Functionssend
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 }