当前位置:网站首页>PHP - curl copy paste access SMS verification code example
PHP - curl copy paste access SMS verification code example
2020-11-09 19:22:00 【To work is to master people】
Due to the need of the project , I found an access example of SMS verification code that can be directly copied and pasted , Share it now , I hope to improve the work efficiency of all colleagues , The code is as follows :
<?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;
This is the SMS interface of SMS suppliers in big cloud city , In terms of stability , You can also test , I measured it myself , I think it's very stable , Originality is not easy. , I hope you can give me a three company .
PHP - cURL.php And documentation download
版权声明
本文为[To work is to master people]所创,转载请带上原文链接,感谢
边栏推荐
- 【涂鸦物联网足迹】涂鸦云平台接口说明
- Defects in singleton mode of DCL and other implementations of singleton
- Configure the NZ date picker time selection component of ng zerro
- A practical chrome Gadget: xtrace
- Gesture switch background, let live with goods more immersive
- Numeric keyboard with decimal point in IOS
- GPS对时系统(网络对时仪器)应用电子政务系统
- JT-day10
- What if the Mac can't connect to the app store and prompts you to connect to the network?
- Operation! Nested JSON second change dataframe!
猜你喜欢

Another comparison operator related interview question let me understand that the foundation is very important

Hand in hand to teach you to use container service tke cluster audit troubleshooting

【QT】子类化QObject+moveToThread实现多线程

Kubernetes权限管理之RBAC (一)

配置ng-zerro的nz-date-picker时间选择组件

CIM平台可视化建设

C#控制台调用FFMPEG推MP4视频文件至流媒体开源服务平台EasyDarwin过程

Configure the NZ date picker time selection component of ng zerro

【云小课】版本管理发展史之Git+——代码托管

openocd+jlink_picture
随机推荐
LeetCode 48 旋转图像
浅谈API网关(API Gateway)如何承载API经济生态链
[最佳实践]了解 Eolinker 如何助力远程办公
以太网模块是什么,以太网模块的功能和特点
财务管理系统如何帮助企业实现财务自动化管理?
SQL Server附加数据库拒绝访问解决方法汇总
[最佳实践]了解 Eolinker 如何助力远程办公
openocd+jlink_picture
dat.GUI Creating visualization tools (1)
【科创人】Rancher江鹏:从清华工程物理学硕士到云计算开源创业者
报错 Type interface *** is not known to the MapperRegistry. 的解决方案
Installation and deployment of Flink
PHP - cURL复制粘贴性接入短信验证码示例
How to gracefully prevent switch switching of view UI?
PHP - cURL复制粘贴性接入短信验证码示例
修改jar包里的文件
ABBYY FineReader 15 新增编辑表格单元格功能
Gesture switch background, let live with goods more immersive
容器技术(三)镜像小结【16】
day83:luffy:添加购物车&导航栏购物车数字显示&购物车页面展示