|
@@ -152,9 +152,9 @@ func SpiderPassCheckLua(liststr, contentstr string, lua map[string]interface{})
|
|
|
}
|
|
|
}
|
|
|
//4.检测sendListNum
|
|
|
- if !strings.Contains(liststr, "sendListNum") {
|
|
|
- msg = append(msg, "sendListNum方法缺失")
|
|
|
- }
|
|
|
+ //if !strings.Contains(liststr, "sendListNum") {
|
|
|
+ // msg = append(msg, "sendListNum方法缺失")
|
|
|
+ //}
|
|
|
return strings.Join(msg, ",")
|
|
|
}
|
|
|
|