开发者社区 问答 正文

阿里云 OpenAPI能不能限制https?

阿里云 OpenAPI能不能限制https?现在的发送代码是:AlibabaCloud::accessKeyClient($this->config['accessKeyId'], $this->config['accessSecret']) ->regionId('cn-hangzhou') ->asDefaultClient();

        $result = AlibabaCloud::rpc()
            ->product('Dysmsapi')
            ->version('2017-05-25')
            ->action('SendSms')
            ->method('POST')
            ->options($options)
            ->request()
            ->toArray();

如果限制https,需要在哪修改?或者有相关的文档吗?

展开
收起
三分钟热度的鱼 2023-06-23 17:47:26 95 分享 版权
1 条回答
写回答
取消 提交回答
  • 参考:https://help.aliyun.com/document_detail/311668.html?spm=a2c4g.311660.0.0.111f627bHuuu40 此回答整理自钉群“阿里云 OpenAPI SDK 自签名服务群”

    2023-06-23 18:00:27
    赞同 展开评论