49 Star 236 Fork 53

aoe5188 / foot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
FS000Match.go 368 Bytes
一键复制 编辑 原始数据 按行查看 历史
package main
import (
"strconv"
"tesou.io/platform/foot-parent/foot-core/common/utils"
"tesou.io/platform/foot-parent/foot-spider/launch"
)
func main() {
launch.Clean()
matchLevelStr := utils.GetVal("spider", "match_level")
if len(matchLevelStr) <= 0 {
matchLevelStr = "3"
}
matchLevel, _ := strconv.Atoi(matchLevelStr)
launch.Spider_match(matchLevel)
}
Go
1
https://gitee.com/aoe5188/foot.git
git@gitee.com:aoe5188/foot.git
aoe5188
foot
foot
master

搜索帮助