当前位置:网站首页>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
边栏推荐
- openocd+jlink_picture
- 超简单集成华为系统完整性检测,搞定设备安全防护
- 容器技术(三)搭建本地 Registry【15】
- dat.GUI 打造可视化工具(一)
- 超简单集成华为系统完整性检测,搞定设备安全防护
- Overseas warehouses witness the vigorous development of cross border e-commerce between China and Europe
- Flash Book curd project
- 【STM32F429】第6章 ThreadX GUIX上手之STM32F429 DMA2D加速
- How to use RTSP streaming component easypusher to push MP4 files to easydarwin open source platform?
- 2020中国电信终端技术与标准论坛上专家解读四大热门产业
猜你喜欢
第三阶段 Day20 购物车模块实现 添加拦截器 添加用户权限校检 实现订单模块
【STM32H7】第6章 ThreadX GUIX上手之STM32H7 DMA2D加速
Learning notes of millet mall, day 5: ES full text search
day83:luffy:添加购物车&导航栏购物车数字显示&购物车页面展示
In the third stage, day19 users echo packaged cookie products and remotely call Shopping Cart module crud operation
Using powerful powerbi Sangji diagram to express complex operation business flow
[graffiti Internet of things footprint] graffiti cloud platform interface description
解析:C++如何实现简单的学生管理系统(源码分享)
CIM平台可视化建设
几乎刷完了力扣所有的链表题,我发现了这些东西。。。
随机推荐
How to design and implement storage QoS?
andorid实例-简单登录布局
分库分表的 9种分布式主键ID 生成方案,挺全乎的
Solve the problem that the page does not refresh after the wechat applet uses switchtab to jump
(3) ASP.NET Core3.1 Ocelot certification
Easyexcel exports according to the filter column (not empty in the middle, the order can be adjusted)
【云小课】版本管理发展史之Git+——代码托管
Mongodb source code implementation series network transport layer module implementation 3
【涂鸦物联网足迹】涂鸦云平台接口说明
几乎刷完了力扣所有的链表题,我发现了这些东西。。。
What is the Ethernet module? What are the functions and characteristics of the Ethernet module
标梵互动解说小程序开发该如何选择?
A great guide to curl
Flink的安装部署
GPS对时系统(网络对时仪器)应用电子政务系统
Abbyy finereader 15 adds editing page layout function
Gesture switch background, let live with goods more immersive
Day83: Luffy: add shopping cart & navigation bar shopping cart digital display & shopping cart page display
Introduction to zero base little white Python
【邀你投票】谁是2020年这些开源大事件背后的关键推动者?