add sms未测试
This commit is contained in:
parent
5433769001
commit
b6fc274361
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user