From 1d9b0281064a9ac98786825aa4f64e05e7ccc684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Thu, 16 Mar 2017 16:31:23 +0800 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 19b2e0c..2af82a4 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,13 @@ $easySms = new EasySms($config); $easySms->gateway('error-log')->send(19188888888, 'hello world!'); ``` +# Gateways + +- [YunPian](https://github.com/overtrue/easy-sms/wiki/GateWays---YunPian) +- [Submail](https://github.com/overtrue/easy-sms/wiki/GateWays---Submail) +- Todo + + # License MIT -- GitLab