Home > php教程 > php手册 > body text

阿里大鱼短信类库扩展

WBOY
Release: 2016-06-07 11:34:40
Original
993 people have browsed it

阿里大鱼短信类库扩展
阿里大鱼短信接口
将文件解压到ThinkPHP/Extend/Library/ORG
调用代码      import('ORG.Sms.Alidayu');<br>       $ob = new Alidayu();<br>       $re = $ob -> getSms('13568369572',  "{'customer':'" . $verify . "'}");配置文件:    /* 阿里大鱼短信参数设置 */<br>     'Alidayu'                                => array(<br>         'APP_KEY'                            => 'test',<br>         'APP_SECRET'                    => 'test',<br>         'method'                            => 'alibaba.aliqin.fc.sms.num.send', // 短信模块<br>         'format'                             => 'json', // 返回格式xml/json<br>         'sms_template_code'     => '短信模板',<br>     ),

附件 Sms.zip ( 1.49 KB 下载:79 次 )

AD:真正免费,域名+虚机+企业邮箱=0元

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!