numa / aodao
AoDao 应用接口 for Laravel
0.0.1
2017-11-23 06:03 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-09-19 05:50:23 UTC
README
奥道易通短信接口laravel扩展包
开发中... 目前不对外开放
#短信接口使用
获取短信服务对象 $sms = Aodao::sms();
##1 验证码短信 ###1.1 发送验证码短信 方法名:code(mobile,content,task)
#####说明: 1、mobile 手机号码(必填)
2、content 发送内容(必填)
3、task 任务名(选填)
发送内容中必须包含${code}验证码占位符
发送内容中必须包含签名,签名使用【】加在末尾 ###1.2 发送语音验证码 方法名:vcode(mobile,inform_con)
#####说明 1、mobile 手机号码 必填
2、inform_con 签名 必填