Skip to content

Commit

Permalink
feat: remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed May 28, 2024
1 parent 74f6e62 commit 9fc8a7e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 193 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ We support the following SMS providers, welcome to contribute.
- [Azure ACS](https://azure.microsoft.com/en-us/products/communication-services)
- [GCCPAY](https://gccpay.com/)
- [Infobip](https://www.infobip.com/)
- [SendCloud](https://www.sendcloud.net/)
- [SUBMAIL](https://en.mysubmail.com/)
- [SmsBao](https://www.smsbao.com/)
- [Alibaba Cloud](https://www.aliyun.com/product/sms)
Expand Down
3 changes: 0 additions & 3 deletions basic.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const (
Msg91 = "Msg91 SMS"
GCCPAY = "GCCPAY SMS"
Infobip = "Infobip SMS"
SendCloud = "SendCloud SMS"
SUBMAIL = "SUBMAIL SMS"
SmsBao = "SmsBao SMS"
Aliyun = "Aliyun SMS"
Expand Down Expand Up @@ -57,8 +56,6 @@ func NewSmsClient(provider string, accessId string, accessKey string, sign strin
return GetGCCPAYClient(accessId, accessKey, template)
case Infobip:
return GetInfobipClient(accessId, accessKey, template, other)
case SendCloud:
return GetSendCloudClient(accessId, accessKey, template)
case SUBMAIL:
return GetSubmailClient(accessId, accessKey, template)
case SmsBao:
Expand Down
189 changes: 0 additions & 189 deletions sendcloud.go

This file was deleted.

0 comments on commit 9fc8a7e

Please sign in to comment.