当前位置:网站首页>PHP - cURL复制粘贴性接入短信验证码示例
PHP - cURL复制粘贴性接入短信验证码示例
2020-11-09 19:22:00 【打工就是人上人】
由于项目的需要,我找了一个可以直接复制粘贴的短信验证码接入示例,现在分享出来,希望可以提高各位同仁的工作效率,代码如下:
<?php
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => "https://vip.veesing.com/smsApi/verifyCode",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => "appId=41KYR0EB****&appKey=IIWCKKSR7NOQ****&phone=1561894****&templateId=1043&variables=1234",
CURLOPT_HTTPHEADER => array(
"Content-Type: application/x-www-form-urlencoded;charset=utf-8"
),
));
$response = curl_exec($curl);
curl_close($curl);
echo $response;
这是各大云市的短信供应商的短信接口,稳定性方面,大家也可以测试一下,我自己测过,自认为非常稳定,原创不易,希望大家给个三连。
版权声明
本文为[打工就是人上人]所创,转载请带上原文链接,感谢
https://my.oschina.net/u/3937044/blog/4710279
边栏推荐
- Ultra simple integration of Huawei system integrity testing, complete equipment security protection
- Overseas warehouses witness the vigorous development of cross border e-commerce between China and Europe
- 如何运用二分查找算法
- Hand in hand to teach you to use container service tke cluster audit troubleshooting
- 菜鸟福音,28本书籍循序渐进让你成为大牛!(附学习大纲一份)
- Nine kinds of distributed primary key ID generation schemes of sub database and sub table are quite comprehensive
- A great guide to curl
- 揭秘在召唤师峡谷中移动路径选择逻辑?
- Centos7下基于Pseudo-Distributed的Hadoop环境搭建
- Mac无法连接到App Store并提示需要连接网络怎么办?
猜你喜欢
随机推荐
Single linked list inversion
浅谈API网关(API Gateway)如何承载API经济生态链
深入分析商淘多用户商城系统如何从搜索着手打造盈利点
Experts' interpretation of four hot industries in 2020 China telecom terminal technology and Standards Forum
零基础小白python入门——深入Python中的文件操作
Revealing the logic of moving path selection in Summoner Canyon?
R8 compiler: tailoring kotlin libraries and Applications
【STM32F429】第6章 ThreadX GUIX上手之STM32F429 DMA2D加速
说说 C# 9 新特性的实际运用
[interview experience] bat programmers interviewed 200 people and analyzed the most frequently asked interview questions
Easyexcel exports according to the filter column (not empty in the middle, the order can be adjusted)
Numeric keyboard with decimal point in IOS
分库分表的 9种分布式主键ID 生成方案,挺全乎的
Configure static IP address in ubuntu18.04 NAT mode -2020.11.09
配置ng-zerro的nz-date-picker时间选择组件
Android软键盘遮挡的四种解决方案
Hand in hand to teach you to use container service tke cluster audit troubleshooting
校准服务的六个轴心
JS object array de duplication
What is the Ethernet module? What are the functions and characteristics of the Ethernet module






![[最佳实践]了解 Eolinker 如何助力远程办公](/img/7b/e786e0d73114e6c6800747580aad2d.jpg)


