Commit 8e4d1dd2 by lzzzzl

rabbit消费测试

parent 02145bb8
Showing with 1 additions and 1 deletions
......@@ -150,7 +150,7 @@ func InsertLog(urls string, status string, urlType int) {
url := strings.Split(urls, "\n")
fmt.Println(len(url))
fmt.Println(url)
fmt.Println(status)
for i := 0; i < len(url); i++ {
_, err1 := db.SeoDB.Exec("INSERT INTO lie_url_log (url,status,url_type,create_time) VALUES (?,?,?,?)",
url[i], status, urlType, time.Now().Unix())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment