Browse Source

屏蔽手机号

tuoling805 1 year ago
parent
commit
4684ea74ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/task.go

+ 1 - 1
services/task.go

@@ -14,7 +14,7 @@ func Task() {
 	task.AddTask("checkSmsSend", checkSmsSend)
 
 	task.StartTask()
-
+	blackMobile = make(map[string]string)
 	blackMobile["10010"] = "10010"
 	fmt.Println("task end")
 }