add sms未测试

This commit is contained in:
ZJY 2021-09-23 13:02:25 +08:00
parent b4f78e7cd6
commit 082e2de180

View File

@ -124,6 +124,7 @@ func initCookie() {
//l := len(cks)
for i := range cks {
if cks[i].Available == True && !CookieOK(&cks[i]) {
logs.Info("开始禁用")
cks[i].OutPool()
}
}