numa/aodao

AoDao Application Interface for Laravel

0.0.1 2017-11-23 06:03 UTC

This package is not auto-updated.

Last update: 2025-06-12 09:17:42 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 签名 必填