20/12
2017
AoDao Application Interface for Laravel
奥道易通短信接口laravel扩展包, (*1)
开发中。。。暂不对外开放, (*2)
获取短信服务对象 $sms = Aodao::sms();, (*3)
方法名:code(mobile,content,task)br/, (*4)
1、mobile 手机号码(必填)br/ 2、content 发送内容(必填)br/ 3、task 任务名(选填)br/ 发送内容中必须包含${code}验证码占位符br/ 发送内容中必须包含签名,签名使用【】加在末尾, (*5)
方法名:vcode(mobile,inform_con)br/, (*6)