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