Home  >  Article  >  PHP Framework  >  TP5 uses Tencent Cloud to send SMS verification code service

TP5 uses Tencent Cloud to send SMS verification code service

藏色散人
藏色散人forward
2020-08-27 13:54:564093browse

The following thinkphp framework tutorial column will introduce to you how TP5 uses Tencent Cloud to send SMS verification code services. I hope it will be helpful to friends in need!

TP5 uses Tencent Cloud to send SMS verification code service

1. Open Tencent Cloud official website to activate SMS service: https://console.cloud.tencent.com/sms/smslist, real-name verification is required

2. Download the corresponding sdk file, here is the php file

3. After unzipping, put the following three files into the sms folder in the extend file (create the sms folder)

TP5 uses Tencent Cloud to send SMS verification code service

4. We reference three classes in the controller:

TP5 uses Tencent Cloud to send SMS verification code service

5. Add the application to Tencent Cloud’s SMS console and create Template:

TP5 uses Tencent Cloud to send SMS verification code service

TP5 uses Tencent Cloud to send SMS verification code service

Directly access that method, the text message will be sent successfully, and the mobile phone number will be added to the whitelist (added in the SMS console).

The above is the detailed content of TP5 uses Tencent Cloud to send SMS verification code service. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:csdn.net. If there is any infringement, please contact admin@php.cn delete