add sms未测试

This commit is contained in:
ZJY 2021-09-22 22:40:28 +08:00
parent 5433769001
commit b6fc274361

View File

@ -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)