短信发送的方法:
require_once (ROOT_PATH . 'sms/SignatureHelper.php');
header("Content-type:text/html; charset=UTF-8");
/**
* 发送短信
* mobile 手机号码
* TemplateParam 参数数组
* TemplateCode 模版CODE
*/
function sendSMS_aliyun($mobile, $TemplateParam = array(),$TemplateCode = 'SMS_142147715') {
$params = array ();
// *** 需用户填写部分 ***
// fixme 必填: 请参阅