From 34ee70d25f97b21fdc0fc2a909a8a22e3e570a34 Mon Sep 17 00:00:00 2001 From: overtrue Date: Fri, 7 Jul 2017 11:25:27 +0800 Subject: [PATCH] :book: Update readme. --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index aa5891f..aecdb96 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,8 @@ $easySms->send(13188888888, $message); ### [阿里云](https://www.aliyun.com/) +短信内容使用 `template` + `data` + ```php 'aliyun' => [ 'access_key_id' => '', @@ -250,6 +252,8 @@ $easySms->send(13188888888, $message); ### [阿里大于](https://www.alidayu.com/) +短信内容使用 `template` + `data` + ```php 'alidayu' => [ 'app_key' => '', @@ -260,6 +264,8 @@ $easySms->send(13188888888, $message); ### [云片](https://www.yunpian.com) +短信内容使用 `content` + ```php 'yunpian' => [ 'api_key' => '', @@ -268,6 +274,8 @@ $easySms->send(13188888888, $message); ### [Submail](https://www.mysubmail.com) +短信内容使用 `data` + ```php 'submail' => [ 'app_id' => '', @@ -278,6 +286,8 @@ $easySms->send(13188888888, $message); ### [螺丝帽](https://luosimao.com/) +短信内容使用 `content` + ```php 'luosimao' => [ 'api_key' => '', @@ -286,6 +296,8 @@ $easySms->send(13188888888, $message); ### [容联云通讯](http://www.yuntongxun.com) +短信内容使用 `template` + `data` + ```php 'yuntongxun' => [ 'app_id' => '', @@ -297,6 +309,8 @@ $easySms->send(13188888888, $message); ### [互亿无线](http://www.ihuyi.com) +短信内容使用 `content` + ```php 'huyi' => [ 'api_id' => '', @@ -306,6 +320,8 @@ $easySms->send(13188888888, $message); ### [聚合数据](https://www.juhe.cn) +短信内容使用 `template` + `data` + ```php 'juhe' => [ 'app_key' => '', @@ -314,6 +330,8 @@ $easySms->send(13188888888, $message); ### [SendCloud](http://www.sendcloud.net/) +短信内容使用 `template` + `data` + ```php 'sendcloud' => [ 'sms_user' => '', @@ -322,6 +340,8 @@ $easySms->send(13188888888, $message); ``` ### [百度云](https://cloud.baidu.com/) +短信内容使用 `template` + `data` + ```php 'baidu' => [ 'ak' => '', -- GitLab