• 大小: 3KB
    文件类型: .rar
    金币: 2
    下载: 3 次
    发布日期: 2021-01-06
  • 语言: 其他
  • 标签: destoon  短信模板  

资源简介

destoon对接阿里云短信验证码功能,对接阿里云短信接口,可发送短信验证码以及短信模板,亲测成功。

资源截图

代码片段和文件信息

/**
 * 签名助手 2017/11/19
 *
 * Class SignatureHelper
 */
class SignatureHelper {

    /**
     * 生成签名并发起请求
     *
     * @param $accessKeyId string AccessKeyId (https://ak-console.aliyun.com/)
     * @param $accessKeySecret string AccessKeySecret
     * @param $domain string API接口所在域名
     * @param $params array API具体参数
     * @param $security boolean 使用https
     * @return bool|\stdClass 返回API接口调用结果,当发生错误时返回false
     */
    public function request($accessKeyId $accessKeySecret $domain $params $security=false) {
        $apiParams = array_merge(array (
            “SignatureMethod“ => “HMAC-SHA1“
            “SignatureNonce“ => uniqid(mt_rand(00xffff) true)
            “SignatureVersion“ => “1.0“
            “AccessKeyId“ => $accessKeyId
            “Timestamp“ => gmdate(“Y-

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1416  2020-03-18 13:08  destoon对接阿里云短信验证码功能\ali_sms.txt

     文件       2655  2020-03-18 11:46  destoon对接阿里云短信验证码功能\api\sendsms.class.php

     文件        632  2020-03-18 13:08  destoon对接阿里云短信验证码功能\readme.txt

     目录          0  2020-03-18 13:08  destoon对接阿里云短信验证码功能\api

     目录          0  2020-03-18 13:08  destoon对接阿里云短信验证码功能

----------- ---------  ---------- -----  ----

                 4703                    5


评论

共有 条评论