From a39d97ea07dd10787271491f1c24de11db4facd5 Mon Sep 17 00:00:00 2001 From: ZJY <764763903@qq.com> Date: Wed, 22 Sep 2021 23:18:37 +0800 Subject: [PATCH] =?UTF-8?q?add=20sms=E6=9C=AA=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/command.go b/models/command.go index 73de456..9a601dc 100644 --- a/models/command.go +++ b/models/command.go @@ -225,7 +225,7 @@ var codeSignals = []CodeSignal{ }, }, { - Command: []string{`登陆`}, + Command: []string{"登录"}, Handle: func(s *Sender) interface{} { logs.Info("进入流程") if num := 5; len(codes) >= num {