You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
334 B

<?php
/**发送阿里短信
* $config=array(
* "content"=>"内容",
* "code"=>"123456",
* "param"=>array()
* )
* **/
function sendSms($mobile,$config=array(),$smsLogid=0){
require_once "api/aliSms/SignatureHelper.php";
require_once "api/aliSms/aliSmsConfig.php";
$params = array ();
// *** 需用户填写部分 ***