forked from ucloud/ucloud-sdk-php
-
Notifications
You must be signed in to change notification settings - Fork 0
GeikiyHu/ucloud-sdk-php
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
#监控脚本使用 ucloud 提供短信包服务请先购买短信包否则无法接收短信
1. sendsms.php 短信发送脚本
#使用方法
打开 cp config.simple.php config.php 修改以下配置
#配置公私钥 公私钥请到用户中心获取
define("PUBLIC_KEY" ,"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx");
define("PRIVATE_KEY" ,"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx");
define("PROJECT_ID" ,"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"); # 项目ID 请从 dashbord 获取
#配置api地址'''
define("BASE_URL" ,"http://api.ucloud.cn");
sendsms.php 使用示范
php sendsms.php '137xxxxxxx|138xxxxxxxx' '测试短信'
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 100.0%