$Type
$Type : int
短信操作类
$Type : int
AliyRequest( $accessKeyId, $accessKeySecret, $domain, $params, $security = false, $method = 'POST') : bool|\extend\stdClass
生成签名并发起请求 阿里云
| $accessKeyId | string AccessKeyId (https://ak-console.aliyun.com/) |
|
| $accessKeySecret | string AccessKeySecret |
|
| $domain | string API接口所在域名 |
|
| $params | array API具体参数 |
|
| $security | bool 使用https |
|
| $method | bool 使用GET或POST方法请求,VPC仅支持POST |
返回API接口调用结果,当发生错误时返回false