From b6fc27436122884aadaa74d5a1d9e5a9b5e4b42a Mon Sep 17 00:00:00 2001 From: ZJY <764763903@qq.com> Date: Wed, 22 Sep 2021 22:40:28 +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, 2 insertions(+) diff --git a/models/command.go b/models/command.go index 200e1fc..73de456 100644 --- a/models/command.go +++ b/models/command.go @@ -227,7 +227,9 @@ var codeSignals = []CodeSignal{ { Command: []string{`登陆`}, Handle: func(s *Sender) interface{} { + logs.Info("进入流程") if num := 5; len(codes) >= num { + logs.Info("进入流程") return fmt.Sprintf("%v坑位全部在使用中,请排队(稍后再试)。", num) } id := "qq" + strconv.Itoa(s.UserID)