当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 54

fisher / foot
关闭

forked from aoe5188 / foot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
FS000Match.go 368 Bytes
一键复制 编辑 原始数据 按行查看 历史
monomania 提交于 2020-02-07 16:14 . 1xxx
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 = "4"
}
matchLevel, _ := strconv.Atoi(matchLevelStr)
launch.Spider_match(matchLevel)
}
Go
1
https://gitee.com/fisher2048/foot.git
git@gitee.com:fisher2048/foot.git
fisher2048
foot
foot
master

搜索帮助