This commit is contained in:
Gordon
2022-06-30 16:42:27 +08:00
parent 10132879f2
commit 013828eb03
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ var sms SMS
func init() {
var err error
if config.Config.Demo.TencentSMS.Enable {
if config.Config.Demo.AliSMSVerify.Enable {
sms, err = NewAliSMS()
if err != nil {
panic(err)